diff --git a/MifareOneTool/Form1.Designer.cs b/MifareOneTool/Form1.Designer.cs
index e71ea5c..a6ea0c5 100644
--- a/MifareOneTool/Form1.Designer.cs
+++ b/MifareOneTool/Form1.Designer.cs
@@ -78,16 +78,17 @@
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.label8 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
+ this.pictureBox3 = new System.Windows.Forms.PictureBox();
+ this.groupBox16 = new System.Windows.Forms.GroupBox();
+ this.tableLayoutPanel15 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.label7 = new System.Windows.Forms.Label();
this.buttonEscan = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
this.buttonECheckEncrypt = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
this.buttoEScanCard = new System.Windows.Forms.Button();
- this.label5 = new System.Windows.Forms.Label();
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
+ this.pictureBox2 = new System.Windows.Forms.PictureBox();
+ this.label13 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
this.buttonEReadUID = new System.Windows.Forms.Button();
@@ -96,6 +97,8 @@
this.buttonEMfoc = new System.Windows.Forms.Button();
this.buttonESelectKey = new System.Windows.Forms.Button();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
+ this.flowLayoutPanel24 = new System.Windows.Forms.FlowLayoutPanel();
+ this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.label6 = new System.Windows.Forms.Label();
this.buttonEStop = new System.Windows.Forms.Button();
this.groupBox7 = new System.Windows.Forms.GroupBox();
@@ -138,10 +141,14 @@
this.groupBox14 = new System.Windows.Forms.GroupBox();
this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
this.checkBoxNewScan = new System.Windows.Forms.CheckBox();
+ this.checkBoxMultiDev = new System.Windows.Forms.CheckBox();
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.groupBox15 = new System.Windows.Forms.GroupBox();
+ this.flowLayoutPanel23 = new System.Windows.Forms.FlowLayoutPanel();
+ this.label12 = new System.Windows.Forms.Label();
+ this.comboBox1 = new System.Windows.Forms.ComboBox();
this.groupBox13 = new System.Windows.Forms.GroupBox();
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
this.checkBoxDefIsAdv = new System.Windows.Forms.CheckBox();
@@ -153,13 +160,10 @@
this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.runTimeLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.localVersionLabel = new System.Windows.Forms.ToolStripStatusLabel();
- this.toolStripCheckUpdate = new System.Windows.Forms.ToolStripSplitButton();
this.curDevice = new System.Windows.Forms.ToolStripStatusLabel();
+ this.toolStripCheckUpdate = new System.Windows.Forms.ToolStripSplitButton();
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.imageList2 = new System.Windows.Forms.ImageList(this.components);
this.groupBox1.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.flowLayoutPanel12.SuspendLayout();
@@ -180,11 +184,17 @@
this.tabPage2.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
- this.panel1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
+ this.groupBox16.SuspendLayout();
+ this.tableLayoutPanel15.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.groupBox5.SuspendLayout();
this.tableLayoutPanel11.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
+ this.flowLayoutPanel24.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
this.groupBox7.SuspendLayout();
this.tableLayoutPanel13.SuspendLayout();
this.tabPage1.SuspendLayout();
@@ -212,19 +222,20 @@
this.groupBox14.SuspendLayout();
this.flowLayoutPanel5.SuspendLayout();
this.flowLayoutPanel22.SuspendLayout();
+ this.groupBox15.SuspendLayout();
+ this.flowLayoutPanel23.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
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.tableLayoutPanel5);
+ this.groupBox1.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
@@ -244,9 +255,12 @@
// buttonScanCard
//
resources.ApplyResources(this.buttonScanCard, "buttonScanCard");
+ this.buttonScanCard.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonScanCard.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonScanCard.ForeColor = System.Drawing.Color.White;
this.buttonScanCard.Name = "buttonScanCard";
this.toolTipHelp.SetToolTip(this.buttonScanCard, resources.GetString("buttonScanCard.ToolTip"));
- this.buttonScanCard.UseVisualStyleBackColor = true;
+ this.buttonScanCard.UseVisualStyleBackColor = false;
this.buttonScanCard.Click += new System.EventHandler(this.buttonScanCard_Click);
//
// flowLayoutPanel11
@@ -259,39 +273,50 @@
// buttonListDev
//
resources.ApplyResources(this.buttonListDev, "buttonListDev");
+ this.buttonListDev.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonListDev.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonListDev.ForeColor = System.Drawing.Color.White;
this.buttonListDev.Name = "buttonListDev";
this.toolTipHelp.SetToolTip(this.buttonListDev, resources.GetString("buttonListDev.ToolTip"));
- this.buttonListDev.UseVisualStyleBackColor = true;
+ this.buttonListDev.UseVisualStyleBackColor = false;
this.buttonListDev.Click += new System.EventHandler(this.buttonListDev_Click);
//
// buttonCLI
//
resources.ApplyResources(this.buttonCLI, "buttonCLI");
+ this.buttonCLI.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonCLI.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonCLI.ForeColor = System.Drawing.Color.White;
this.buttonCLI.Name = "buttonCLI";
this.toolTipHelp.SetToolTip(this.buttonCLI, resources.GetString("buttonCLI.ToolTip"));
- this.buttonCLI.UseVisualStyleBackColor = true;
+ this.buttonCLI.UseVisualStyleBackColor = false;
this.buttonCLI.Click += new System.EventHandler(this.buttonCLI_Click);
//
// richTextBox1
//
resources.ApplyResources(this.richTextBox1, "richTextBox1");
- this.richTextBox1.BackColor = System.Drawing.Color.Black;
- this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.richTextBox1.BackColor = System.Drawing.Color.AliceBlue;
+ this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.richTextBox1.ForeColor = System.Drawing.Color.Black;
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
//
// buttonMfRead
//
resources.ApplyResources(this.buttonMfRead, "buttonMfRead");
+ this.buttonMfRead.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonMfRead.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonMfRead.ForeColor = System.Drawing.Color.White;
this.buttonMfRead.Name = "buttonMfRead";
this.toolTipHelp.SetToolTip(this.buttonMfRead, resources.GetString("buttonMfRead.ToolTip"));
- this.buttonMfRead.UseVisualStyleBackColor = true;
+ this.buttonMfRead.UseVisualStyleBackColor = false;
this.buttonMfRead.Click += new System.EventHandler(this.buttonMfRead_Click);
//
// groupBox2
//
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Controls.Add(this.tableLayoutPanel7);
+ this.groupBox2.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
//
@@ -311,9 +336,12 @@
// buttonSelectKey
//
resources.ApplyResources(this.buttonSelectKey, "buttonSelectKey");
+ this.buttonSelectKey.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonSelectKey.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonSelectKey.ForeColor = System.Drawing.Color.White;
this.buttonSelectKey.Name = "buttonSelectKey";
this.toolTipHelp.SetToolTip(this.buttonSelectKey, resources.GetString("buttonSelectKey.ToolTip"));
- this.buttonSelectKey.UseVisualStyleBackColor = true;
+ this.buttonSelectKey.UseVisualStyleBackColor = false;
this.buttonSelectKey.Click += new System.EventHandler(this.buttonSelectKey_Click);
//
// flowLayoutPanel13
@@ -327,71 +355,97 @@
// buttonMfWrite
//
resources.ApplyResources(this.buttonMfWrite, "buttonMfWrite");
+ this.buttonMfWrite.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonMfWrite.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonMfWrite.ForeColor = System.Drawing.Color.White;
this.buttonMfWrite.Name = "buttonMfWrite";
this.toolTipHelp.SetToolTip(this.buttonMfWrite, resources.GetString("buttonMfWrite.ToolTip"));
- this.buttonMfWrite.UseVisualStyleBackColor = true;
+ this.buttonMfWrite.UseVisualStyleBackColor = false;
this.buttonMfWrite.Click += new System.EventHandler(this.buttonMfWrite_Click);
//
// buttonMfFormat
//
resources.ApplyResources(this.buttonMfFormat, "buttonMfFormat");
+ this.buttonMfFormat.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonMfFormat.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonMfFormat.ForeColor = System.Drawing.Color.White;
this.buttonMfFormat.Name = "buttonMfFormat";
this.toolTipHelp.SetToolTip(this.buttonMfFormat, resources.GetString("buttonMfFormat.ToolTip"));
- this.buttonMfFormat.UseVisualStyleBackColor = true;
+ this.buttonMfFormat.UseVisualStyleBackColor = false;
this.buttonMfFormat.Click += new System.EventHandler(this.buttonMfFormat_Click);
//
// buttonBmfWrite
//
resources.ApplyResources(this.buttonBmfWrite, "buttonBmfWrite");
+ this.buttonBmfWrite.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonBmfWrite.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonBmfWrite.ForeColor = System.Drawing.Color.White;
this.buttonBmfWrite.Name = "buttonBmfWrite";
this.toolTipHelp.SetToolTip(this.buttonBmfWrite, resources.GetString("buttonBmfWrite.ToolTip"));
- this.buttonBmfWrite.UseVisualStyleBackColor = true;
+ this.buttonBmfWrite.UseVisualStyleBackColor = false;
this.buttonBmfWrite.Click += new System.EventHandler(this.buttonBmfWrite_Click);
//
// buttonBmfRead
//
resources.ApplyResources(this.buttonBmfRead, "buttonBmfRead");
+ this.buttonBmfRead.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonBmfRead.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonBmfRead.ForeColor = System.Drawing.Color.White;
this.buttonBmfRead.Name = "buttonBmfRead";
this.toolTipHelp.SetToolTip(this.buttonBmfRead, resources.GetString("buttonBmfRead.ToolTip"));
- this.buttonBmfRead.UseVisualStyleBackColor = true;
+ this.buttonBmfRead.UseVisualStyleBackColor = false;
this.buttonBmfRead.Click += new System.EventHandler(this.buttonBmfRead_Click);
//
// buttonMfoc
//
resources.ApplyResources(this.buttonMfoc, "buttonMfoc");
+ this.buttonMfoc.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonMfoc.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonMfoc.ForeColor = System.Drawing.Color.White;
this.buttonMfoc.Name = "buttonMfoc";
this.toolTipHelp.SetToolTip(this.buttonMfoc, resources.GetString("buttonMfoc.ToolTip"));
- this.buttonMfoc.UseVisualStyleBackColor = true;
+ this.buttonMfoc.UseVisualStyleBackColor = false;
this.buttonMfoc.Click += new System.EventHandler(this.buttonMfoc_Click);
//
// buttonUidWrite
//
resources.ApplyResources(this.buttonUidWrite, "buttonUidWrite");
+ this.buttonUidWrite.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonUidWrite.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonUidWrite.ForeColor = System.Drawing.Color.White;
this.buttonUidWrite.Name = "buttonUidWrite";
this.toolTipHelp.SetToolTip(this.buttonUidWrite, resources.GetString("buttonUidWrite.ToolTip"));
- this.buttonUidWrite.UseVisualStyleBackColor = true;
+ this.buttonUidWrite.UseVisualStyleBackColor = false;
this.buttonUidWrite.Click += new System.EventHandler(this.buttonUidWrite_Click);
//
// buttonUidFormat
//
resources.ApplyResources(this.buttonUidFormat, "buttonUidFormat");
+ this.buttonUidFormat.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonUidFormat.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonUidFormat.ForeColor = System.Drawing.Color.White;
this.buttonUidFormat.Name = "buttonUidFormat";
this.toolTipHelp.SetToolTip(this.buttonUidFormat, resources.GetString("buttonUidFormat.ToolTip"));
- this.buttonUidFormat.UseVisualStyleBackColor = true;
+ this.buttonUidFormat.UseVisualStyleBackColor = false;
this.buttonUidFormat.Click += new System.EventHandler(this.buttonUidFormat_Click);
//
// buttonUidReset
//
resources.ApplyResources(this.buttonUidReset, "buttonUidReset");
+ this.buttonUidReset.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonUidReset.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonUidReset.ForeColor = System.Drawing.Color.White;
this.buttonUidReset.Name = "buttonUidReset";
this.toolTipHelp.SetToolTip(this.buttonUidReset, resources.GetString("buttonUidReset.ToolTip"));
- this.buttonUidReset.UseVisualStyleBackColor = true;
+ this.buttonUidReset.UseVisualStyleBackColor = false;
this.buttonUidReset.Click += new System.EventHandler(this.buttonUidReset_Click);
//
// groupBox3
//
resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.Controls.Add(this.tableLayoutPanel10);
+ this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.groupBox3.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
//
@@ -411,8 +465,11 @@
// buttonKill
//
resources.ApplyResources(this.buttonKill, "buttonKill");
+ this.buttonKill.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonKill.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonKill.ForeColor = System.Drawing.Color.White;
this.buttonKill.Name = "buttonKill";
- this.buttonKill.UseVisualStyleBackColor = true;
+ this.buttonKill.UseVisualStyleBackColor = false;
this.buttonKill.Click += new System.EventHandler(this.buttonKill_Click);
//
// flowLayoutPanel19
@@ -425,37 +482,52 @@
// buttonConClr
//
resources.ApplyResources(this.buttonConClr, "buttonConClr");
+ this.buttonConClr.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonConClr.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonConClr.ForeColor = System.Drawing.Color.White;
this.buttonConClr.Name = "buttonConClr";
- this.buttonConClr.UseVisualStyleBackColor = true;
+ this.buttonConClr.UseVisualStyleBackColor = false;
this.buttonConClr.Click += new System.EventHandler(this.buttonConClr_Click);
//
// buttonConSave
//
resources.ApplyResources(this.buttonConSave, "buttonConSave");
+ this.buttonConSave.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonConSave.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonConSave.ForeColor = System.Drawing.Color.White;
this.buttonConSave.Name = "buttonConSave";
- this.buttonConSave.UseVisualStyleBackColor = true;
+ this.buttonConSave.UseVisualStyleBackColor = false;
this.buttonConSave.Click += new System.EventHandler(this.buttonConSave_Click);
//
// buttonMfcuk
//
resources.ApplyResources(this.buttonMfcuk, "buttonMfcuk");
+ this.buttonMfcuk.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonMfcuk.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonMfcuk.ForeColor = System.Drawing.Color.White;
this.buttonMfcuk.Name = "buttonMfcuk";
this.toolTipHelp.SetToolTip(this.buttonMfcuk, resources.GetString("buttonMfcuk.ToolTip"));
- this.buttonMfcuk.UseVisualStyleBackColor = true;
+ this.buttonMfcuk.UseVisualStyleBackColor = false;
this.buttonMfcuk.Click += new System.EventHandler(this.buttonMfcuk_Click);
//
// buttonHexTool
//
resources.ApplyResources(this.buttonHexTool, "buttonHexTool");
+ this.buttonHexTool.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonHexTool.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonHexTool.ForeColor = System.Drawing.Color.White;
this.buttonHexTool.Name = "buttonHexTool";
- this.buttonHexTool.UseVisualStyleBackColor = true;
+ this.buttonHexTool.UseVisualStyleBackColor = false;
this.buttonHexTool.Click += new System.EventHandler(this.buttonHexTool_Click);
//
// buttonDiffTool
//
resources.ApplyResources(this.buttonDiffTool, "buttonDiffTool");
+ this.buttonDiffTool.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonDiffTool.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonDiffTool.ForeColor = System.Drawing.Color.White;
this.buttonDiffTool.Name = "buttonDiffTool";
- this.buttonDiffTool.UseVisualStyleBackColor = true;
+ this.buttonDiffTool.UseVisualStyleBackColor = false;
this.buttonDiffTool.Click += new System.EventHandler(this.buttonDiffTool_Click);
//
// toolTipHelp
@@ -469,49 +541,66 @@
// buttonCheckEncrypt
//
resources.ApplyResources(this.buttonCheckEncrypt, "buttonCheckEncrypt");
+ this.buttonCheckEncrypt.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonCheckEncrypt.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonCheckEncrypt.ForeColor = System.Drawing.Color.White;
this.buttonCheckEncrypt.Name = "buttonCheckEncrypt";
this.toolTipHelp.SetToolTip(this.buttonCheckEncrypt, resources.GetString("buttonCheckEncrypt.ToolTip"));
- this.buttonCheckEncrypt.UseVisualStyleBackColor = true;
+ this.buttonCheckEncrypt.UseVisualStyleBackColor = false;
this.buttonCheckEncrypt.Click += new System.EventHandler(this.buttonCheckEncrypt_Click);
//
// buttonLockUfuid
//
resources.ApplyResources(this.buttonLockUfuid, "buttonLockUfuid");
+ this.buttonLockUfuid.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonLockUfuid.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonLockUfuid.ForeColor = System.Drawing.Color.White;
this.buttonLockUfuid.Name = "buttonLockUfuid";
this.toolTipHelp.SetToolTip(this.buttonLockUfuid, resources.GetString("buttonLockUfuid.ToolTip"));
- this.buttonLockUfuid.UseVisualStyleBackColor = true;
+ this.buttonLockUfuid.UseVisualStyleBackColor = false;
this.buttonLockUfuid.Click += new System.EventHandler(this.buttonLockUfuid_Click);
//
// buttonCmfWrite
//
resources.ApplyResources(this.buttonCmfWrite, "buttonCmfWrite");
+ this.buttonCmfWrite.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonCmfWrite.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonCmfWrite.ForeColor = System.Drawing.Color.White;
this.buttonCmfWrite.Name = "buttonCmfWrite";
this.toolTipHelp.SetToolTip(this.buttonCmfWrite, resources.GetString("buttonCmfWrite.ToolTip"));
- this.buttonCmfWrite.UseVisualStyleBackColor = true;
+ this.buttonCmfWrite.UseVisualStyleBackColor = false;
this.buttonCmfWrite.Click += new System.EventHandler(this.buttonCmfWrite_Click);
//
// buttonDictMfoc
//
resources.ApplyResources(this.buttonDictMfoc, "buttonDictMfoc");
+ this.buttonDictMfoc.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonDictMfoc.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonDictMfoc.ForeColor = System.Drawing.Color.White;
this.buttonDictMfoc.Name = "buttonDictMfoc";
this.toolTipHelp.SetToolTip(this.buttonDictMfoc, resources.GetString("buttonDictMfoc.ToolTip"));
- this.buttonDictMfoc.UseVisualStyleBackColor = true;
+ this.buttonDictMfoc.UseVisualStyleBackColor = false;
this.buttonDictMfoc.Click += new System.EventHandler(this.buttonDictMfoc_Click);
//
// buttonnKeysMfoc
//
resources.ApplyResources(this.buttonnKeysMfoc, "buttonnKeysMfoc");
+ this.buttonnKeysMfoc.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonnKeysMfoc.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonnKeysMfoc.ForeColor = System.Drawing.Color.White;
this.buttonnKeysMfoc.Name = "buttonnKeysMfoc";
this.toolTipHelp.SetToolTip(this.buttonnKeysMfoc, resources.GetString("buttonnKeysMfoc.ToolTip"));
- this.buttonnKeysMfoc.UseVisualStyleBackColor = true;
+ this.buttonnKeysMfoc.UseVisualStyleBackColor = false;
this.buttonnKeysMfoc.Click += new System.EventHandler(this.buttonnKeysMfoc_Click);
//
// groupBox4
//
resources.ApplyResources(this.groupBox4, "groupBox4");
this.groupBox4.Controls.Add(this.tableLayoutPanel6);
+ this.groupBox4.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox4.Name = "groupBox4";
this.groupBox4.TabStop = false;
+ this.groupBox4.Enter += new System.EventHandler(this.groupBox4_Enter);
//
// tableLayoutPanel6
//
@@ -536,8 +625,11 @@
// buttonMFF08
//
resources.ApplyResources(this.buttonMFF08, "buttonMFF08");
+ this.buttonMFF08.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonMFF08.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonMFF08.ForeColor = System.Drawing.Color.White;
this.buttonMFF08.Name = "buttonMFF08";
- this.buttonMFF08.UseVisualStyleBackColor = true;
+ this.buttonMFF08.UseVisualStyleBackColor = false;
this.buttonMFF08.Click += new System.EventHandler(this.buttonMFF08_Click);
//
// tabControl1
@@ -546,21 +638,23 @@
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage3);
+ this.tabControl1.ImageList = this.imageList2;
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
//
// tabPage2
//
+ this.tabPage2.BackColor = System.Drawing.Color.White;
this.tabPage2.Controls.Add(this.tableLayoutPanel2);
resources.ApplyResources(this.tabPage2, "tabPage2");
+ this.tabPage2.ForeColor = System.Drawing.SystemColors.HotTrack;
this.tabPage2.Name = "tabPage2";
- this.tabPage2.UseVisualStyleBackColor = true;
//
// tableLayoutPanel2
//
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel1, 2, 0);
- this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 0);
+ this.tableLayoutPanel2.Controls.Add(this.groupBox16, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.groupBox5, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 4, 0);
this.tableLayoutPanel2.Controls.Add(this.groupBox7, 3, 0);
@@ -570,87 +664,115 @@
//
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
this.flowLayoutPanel1.Controls.Add(this.label8);
- this.flowLayoutPanel1.Controls.Add(this.label4);
+ this.flowLayoutPanel1.Controls.Add(this.pictureBox3);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
//
// label8
//
resources.ApplyResources(this.label8, "label8");
- this.label8.ForeColor = System.Drawing.Color.Green;
+ this.label8.ForeColor = System.Drawing.SystemColors.HotTrack;
this.label8.Name = "label8";
+ this.label8.Click += new System.EventHandler(this.label8_Click);
//
- // label4
+ // pictureBox3
//
- resources.ApplyResources(this.label4, "label4");
- this.label4.Name = "label4";
+ resources.ApplyResources(this.pictureBox3, "pictureBox3");
+ this.pictureBox3.Image = global::MifareOneTool.Properties.Resources.round_chevron_right_black_24dp;
+ this.pictureBox3.Name = "pictureBox3";
+ this.pictureBox3.TabStop = false;
//
- // panel1
+ // groupBox16
//
- resources.ApplyResources(this.panel1, "panel1");
- this.panel1.Controls.Add(this.tableLayoutPanel1);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Name = "panel1";
+ resources.ApplyResources(this.groupBox16, "groupBox16");
+ this.groupBox16.Controls.Add(this.tableLayoutPanel15);
+ this.groupBox16.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.groupBox16.ForeColor = System.Drawing.Color.MediumBlue;
+ this.groupBox16.Name = "groupBox16";
+ this.groupBox16.TabStop = false;
+ //
+ // tableLayoutPanel15
+ //
+ resources.ApplyResources(this.tableLayoutPanel15, "tableLayoutPanel15");
+ this.tableLayoutPanel15.Controls.Add(this.tableLayoutPanel1, 0, 0);
+ this.tableLayoutPanel15.Controls.Add(this.label13, 0, 1);
+ this.tableLayoutPanel15.Name = "tableLayoutPanel15";
+ this.tableLayoutPanel15.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel15_Paint);
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.label7, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.buttonEscan, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.label3, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.buttonECheckEncrypt, 2, 0);
- this.tableLayoutPanel1.Controls.Add(this.label2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.buttoEScanCard, 2, 1);
+ this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 1, 0);
+ this.tableLayoutPanel1.Controls.Add(this.pictureBox2, 3, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.TableLayoutPanel1_Paint);
//
// label7
//
resources.ApplyResources(this.label7, "label7");
- this.label7.ForeColor = System.Drawing.Color.Green;
+ this.label7.ForeColor = System.Drawing.SystemColors.HotTrack;
this.label7.Name = "label7";
//
// buttonEscan
//
resources.ApplyResources(this.buttonEscan, "buttonEscan");
+ this.buttonEscan.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEscan.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEscan.ForeColor = System.Drawing.Color.White;
this.buttonEscan.Name = "buttonEscan";
- this.buttonEscan.UseVisualStyleBackColor = true;
+ this.buttonEscan.UseVisualStyleBackColor = false;
this.buttonEscan.Click += new System.EventHandler(this.buttonEscan_Click);
//
- // label3
- //
- resources.ApplyResources(this.label3, "label3");
- this.label3.Name = "label3";
- //
// buttonECheckEncrypt
//
resources.ApplyResources(this.buttonECheckEncrypt, "buttonECheckEncrypt");
+ this.buttonECheckEncrypt.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonECheckEncrypt.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonECheckEncrypt.ForeColor = System.Drawing.Color.White;
this.buttonECheckEncrypt.Name = "buttonECheckEncrypt";
- this.buttonECheckEncrypt.UseVisualStyleBackColor = true;
+ this.buttonECheckEncrypt.UseVisualStyleBackColor = false;
this.buttonECheckEncrypt.Click += new System.EventHandler(this.buttonECheckEncrypt_Click);
//
- // label2
- //
- resources.ApplyResources(this.label2, "label2");
- this.label2.Name = "label2";
- //
// buttoEScanCard
//
resources.ApplyResources(this.buttoEScanCard, "buttoEScanCard");
+ this.buttoEScanCard.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttoEScanCard.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttoEScanCard.ForeColor = System.Drawing.Color.White;
this.buttoEScanCard.Name = "buttoEScanCard";
- this.buttoEScanCard.UseVisualStyleBackColor = true;
+ this.buttoEScanCard.UseVisualStyleBackColor = false;
this.buttoEScanCard.Click += new System.EventHandler(this.buttoEScanCard_Click);
//
- // label5
+ // pictureBox1
//
- this.label5.AutoEllipsis = true;
- resources.ApplyResources(this.label5, "label5");
- this.label5.ForeColor = System.Drawing.Color.Blue;
- this.label5.Name = "label5";
+ resources.ApplyResources(this.pictureBox1, "pictureBox1");
+ this.pictureBox1.Image = global::MifareOneTool.Properties.Resources.round_chevron_right_black_24dp;
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.TabStop = false;
+ //
+ // pictureBox2
+ //
+ this.pictureBox2.Image = global::MifareOneTool.Properties.Resources.round_chevron_right_black_24dp;
+ resources.ApplyResources(this.pictureBox2, "pictureBox2");
+ this.pictureBox2.Name = "pictureBox2";
+ this.pictureBox2.TabStop = false;
+ //
+ // label13
+ //
+ resources.ApplyResources(this.label13, "label13");
+ this.label13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.label13.Name = "label13";
//
// groupBox5
//
resources.ApplyResources(this.groupBox5, "groupBox5");
+ this.groupBox5.BackColor = System.Drawing.Color.White;
this.groupBox5.Controls.Add(this.tableLayoutPanel11);
+ this.groupBox5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.groupBox5.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox5.Name = "groupBox5";
this.groupBox5.TabStop = false;
//
@@ -667,61 +789,95 @@
// buttonEReadUID
//
resources.ApplyResources(this.buttonEReadUID, "buttonEReadUID");
+ this.buttonEReadUID.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEReadUID.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEReadUID.ForeColor = System.Drawing.Color.White;
this.buttonEReadUID.Name = "buttonEReadUID";
- this.buttonEReadUID.UseVisualStyleBackColor = true;
+ this.buttonEReadUID.UseVisualStyleBackColor = false;
this.buttonEReadUID.Click += new System.EventHandler(this.buttonEReadUID_Click);
//
// buttonEMfRead
//
resources.ApplyResources(this.buttonEMfRead, "buttonEMfRead");
+ this.buttonEMfRead.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEMfRead.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEMfRead.ForeColor = System.Drawing.Color.White;
this.buttonEMfRead.Name = "buttonEMfRead";
- this.buttonEMfRead.UseVisualStyleBackColor = true;
+ this.buttonEMfRead.UseVisualStyleBackColor = false;
this.buttonEMfRead.Click += new System.EventHandler(this.button2_Click);
//
// buttonECmfoc
//
resources.ApplyResources(this.buttonECmfoc, "buttonECmfoc");
+ this.buttonECmfoc.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonECmfoc.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonECmfoc.ForeColor = System.Drawing.Color.White;
this.buttonECmfoc.Name = "buttonECmfoc";
- this.buttonECmfoc.UseVisualStyleBackColor = true;
+ this.buttonECmfoc.UseVisualStyleBackColor = false;
this.buttonECmfoc.Click += new System.EventHandler(this.buttonECmfoc_Click);
//
// buttonEMfoc
//
resources.ApplyResources(this.buttonEMfoc, "buttonEMfoc");
+ this.buttonEMfoc.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEMfoc.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEMfoc.ForeColor = System.Drawing.Color.White;
this.buttonEMfoc.Name = "buttonEMfoc";
- this.buttonEMfoc.UseVisualStyleBackColor = true;
+ this.buttonEMfoc.UseVisualStyleBackColor = false;
this.buttonEMfoc.Click += new System.EventHandler(this.buttonEMfoc_Click);
//
// buttonESelectKey
//
resources.ApplyResources(this.buttonESelectKey, "buttonESelectKey");
+ this.buttonESelectKey.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonESelectKey.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonESelectKey.ForeColor = System.Drawing.Color.White;
this.buttonESelectKey.Name = "buttonESelectKey";
- this.buttonESelectKey.UseVisualStyleBackColor = true;
+ this.buttonESelectKey.UseVisualStyleBackColor = false;
this.buttonESelectKey.Click += new System.EventHandler(this.buttonESelectKey_Click);
//
// tableLayoutPanel3
//
resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
- this.tableLayoutPanel3.Controls.Add(this.label6, 0, 0);
+ this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel24, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.buttonEStop, 0, 1);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
//
+ // flowLayoutPanel24
+ //
+ resources.ApplyResources(this.flowLayoutPanel24, "flowLayoutPanel24");
+ this.flowLayoutPanel24.Controls.Add(this.pictureBox4);
+ this.flowLayoutPanel24.Controls.Add(this.label6);
+ this.flowLayoutPanel24.Name = "flowLayoutPanel24";
+ //
+ // pictureBox4
+ //
+ this.pictureBox4.Image = global::MifareOneTool.Properties.Resources.round_done_outline_black_24pt_1x;
+ resources.ApplyResources(this.pictureBox4, "pictureBox4");
+ this.pictureBox4.Name = "pictureBox4";
+ this.pictureBox4.TabStop = false;
+ //
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
+ this.label6.Click += new System.EventHandler(this.label6_Click);
//
// buttonEStop
//
resources.ApplyResources(this.buttonEStop, "buttonEStop");
+ this.buttonEStop.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEStop.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEStop.ForeColor = System.Drawing.Color.White;
this.buttonEStop.Name = "buttonEStop";
- this.buttonEStop.UseVisualStyleBackColor = true;
+ this.buttonEStop.UseVisualStyleBackColor = false;
this.buttonEStop.Click += new System.EventHandler(this.buttonEStop_Click);
//
// groupBox7
//
resources.ApplyResources(this.groupBox7, "groupBox7");
this.groupBox7.Controls.Add(this.tableLayoutPanel13);
+ this.groupBox7.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox7.Name = "groupBox7";
this.groupBox7.TabStop = false;
//
@@ -737,37 +893,49 @@
// buttonEUIDWrite
//
resources.ApplyResources(this.buttonEUIDWrite, "buttonEUIDWrite");
+ this.buttonEUIDWrite.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEUIDWrite.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEUIDWrite.ForeColor = System.Drawing.Color.White;
this.buttonEUIDWrite.Name = "buttonEUIDWrite";
- this.buttonEUIDWrite.UseVisualStyleBackColor = true;
+ this.buttonEUIDWrite.UseVisualStyleBackColor = false;
this.buttonEUIDWrite.Click += new System.EventHandler(this.buttonEUIDWrite_Click);
//
// button4
//
resources.ApplyResources(this.button4, "button4");
+ this.button4.BackColor = System.Drawing.Color.DodgerBlue;
+ this.button4.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.button4.ForeColor = System.Drawing.Color.White;
this.button4.Name = "button4";
- this.button4.UseVisualStyleBackColor = true;
+ this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// buttonECuidWrite
//
resources.ApplyResources(this.buttonECuidWrite, "buttonECuidWrite");
+ this.buttonECuidWrite.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonECuidWrite.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonECuidWrite.ForeColor = System.Drawing.Color.White;
this.buttonECuidWrite.Name = "buttonECuidWrite";
- this.buttonECuidWrite.UseVisualStyleBackColor = true;
+ this.buttonECuidWrite.UseVisualStyleBackColor = false;
this.buttonECuidWrite.Click += new System.EventHandler(this.buttonECuidWrite_Click);
//
// buttonEMfWrite
//
resources.ApplyResources(this.buttonEMfWrite, "buttonEMfWrite");
+ this.buttonEMfWrite.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEMfWrite.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonEMfWrite.ForeColor = System.Drawing.Color.White;
this.buttonEMfWrite.Name = "buttonEMfWrite";
- this.buttonEMfWrite.UseVisualStyleBackColor = true;
+ this.buttonEMfWrite.UseVisualStyleBackColor = false;
this.buttonEMfWrite.Click += new System.EventHandler(this.buttonEMfWrite_Click);
//
// tabPage1
//
+ this.tabPage1.BackColor = System.Drawing.Color.White;
this.tabPage1.Controls.Add(this.tableLayoutPanel4);
resources.ApplyResources(this.tabPage1, "tabPage1");
this.tabPage1.Name = "tabPage1";
- this.tabPage1.UseVisualStyleBackColor = true;
//
// tableLayoutPanel4
//
@@ -788,6 +956,7 @@
//
resources.ApplyResources(this.groupBox10, "groupBox10");
this.groupBox10.Controls.Add(this.tableLayoutPanel8);
+ this.groupBox10.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox10.Name = "groupBox10";
this.groupBox10.TabStop = false;
//
@@ -809,8 +978,11 @@
// buttonHardNested
//
resources.ApplyResources(this.buttonHardNested, "buttonHardNested");
+ this.buttonHardNested.BackColor = System.Drawing.Color.DodgerBlue;
+ this.buttonHardNested.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
+ this.buttonHardNested.ForeColor = System.Drawing.Color.White;
this.buttonHardNested.Name = "buttonHardNested";
- this.buttonHardNested.UseVisualStyleBackColor = true;
+ this.buttonHardNested.UseVisualStyleBackColor = false;
this.buttonHardNested.Click += new System.EventHandler(this.buttonHardNested_Click);
//
// flowLayoutPanel17
@@ -834,6 +1006,7 @@
//
resources.ApplyResources(this.groupBox8, "groupBox8");
this.groupBox8.Controls.Add(this.tableLayoutPanel9);
+ this.groupBox8.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox8.Name = "groupBox8";
this.groupBox8.TabStop = false;
//
@@ -864,6 +1037,7 @@
//
resources.ApplyResources(this.groupBox9, "groupBox9");
this.groupBox9.Controls.Add(this.flowLayoutPanel21);
+ this.groupBox9.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox9.Name = "groupBox9";
this.groupBox9.TabStop = false;
//
@@ -877,14 +1051,15 @@
// label1
//
resources.ApplyResources(this.label1, "label1");
+ this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
this.label1.Name = "label1";
//
// tabPage3
//
+ this.tabPage3.BackColor = System.Drawing.Color.White;
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
@@ -905,24 +1080,30 @@
// groupBox6
//
resources.ApplyResources(this.groupBox6, "groupBox6");
+ this.groupBox6.BackColor = System.Drawing.Color.DodgerBlue;
this.groupBox6.Controls.Add(this.flowLayoutPanel2);
+ this.groupBox6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.groupBox6.ForeColor = System.Drawing.Color.White;
this.groupBox6.Name = "groupBox6";
this.groupBox6.TabStop = false;
//
// flowLayoutPanel2
//
resources.ApplyResources(this.flowLayoutPanel2, "flowLayoutPanel2");
+ this.flowLayoutPanel2.BackColor = System.Drawing.Color.White;
this.flowLayoutPanel2.Controls.Add(this.checkBoxAutoABN);
this.flowLayoutPanel2.Controls.Add(this.checkBoxAutoLoadKey);
this.flowLayoutPanel2.Controls.Add(this.checkBoxWriteProtect);
this.flowLayoutPanel2.Controls.Add(this.checkBoxCuidKeyOver);
+ this.flowLayoutPanel2.ForeColor = System.Drawing.Color.DodgerBlue;
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
//
// checkBoxAutoABN
//
resources.ApplyResources(this.checkBoxAutoABN, "checkBoxAutoABN");
- this.checkBoxAutoABN.Checked = true;
- this.checkBoxAutoABN.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.checkBoxAutoABN.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ this.checkBoxAutoABN.FlatAppearance.CheckedBackColor = System.Drawing.Color.White;
+ this.checkBoxAutoABN.ForeColor = System.Drawing.Color.DodgerBlue;
this.checkBoxAutoABN.Name = "checkBoxAutoABN";
this.checkBoxAutoABN.UseVisualStyleBackColor = true;
this.checkBoxAutoABN.CheckedChanged += new System.EventHandler(this.checkBoxAutoABN_CheckedChanged);
@@ -930,8 +1111,6 @@
// checkBoxAutoLoadKey
//
resources.ApplyResources(this.checkBoxAutoLoadKey, "checkBoxAutoLoadKey");
- this.checkBoxAutoLoadKey.Checked = true;
- this.checkBoxAutoLoadKey.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxAutoLoadKey.Name = "checkBoxAutoLoadKey";
this.checkBoxAutoLoadKey.UseVisualStyleBackColor = true;
this.checkBoxAutoLoadKey.CheckedChanged += new System.EventHandler(this.checkBoxAutoLoadKey_CheckedChanged);
@@ -939,8 +1118,6 @@
// checkBoxWriteProtect
//
resources.ApplyResources(this.checkBoxWriteProtect, "checkBoxWriteProtect");
- this.checkBoxWriteProtect.Checked = true;
- this.checkBoxWriteProtect.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxWriteProtect.Name = "checkBoxWriteProtect";
this.checkBoxWriteProtect.UseVisualStyleBackColor = true;
this.checkBoxWriteProtect.CheckedChanged += new System.EventHandler(this.checkBoxWriteProtect_CheckedChanged);
@@ -948,8 +1125,6 @@
// checkBoxCuidKeyOver
//
resources.ApplyResources(this.checkBoxCuidKeyOver, "checkBoxCuidKeyOver");
- this.checkBoxCuidKeyOver.Checked = true;
- this.checkBoxCuidKeyOver.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxCuidKeyOver.Name = "checkBoxCuidKeyOver";
this.checkBoxCuidKeyOver.UseVisualStyleBackColor = true;
this.checkBoxCuidKeyOver.CheckedChanged += new System.EventHandler(this.checkBoxCuidKeyOver_CheckedChanged);
@@ -957,23 +1132,29 @@
// groupBox12
//
resources.ApplyResources(this.groupBox12, "groupBox12");
+ this.groupBox12.BackColor = System.Drawing.Color.DodgerBlue;
this.groupBox12.Controls.Add(this.tableLayoutPanel12);
+ this.groupBox12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.groupBox12.ForeColor = System.Drawing.Color.White;
this.groupBox12.Name = "groupBox12";
this.groupBox12.TabStop = false;
//
// tableLayoutPanel12
//
resources.ApplyResources(this.tableLayoutPanel12, "tableLayoutPanel12");
+ this.tableLayoutPanel12.BackColor = System.Drawing.Color.White;
this.tableLayoutPanel12.Controls.Add(this.numericCLIFontSize, 1, 1);
this.tableLayoutPanel12.Controls.Add(this.label9, 0, 0);
- this.tableLayoutPanel12.Controls.Add(this.label10, 0, 1);
this.tableLayoutPanel12.Controls.Add(this.buttonCLIColor, 1, 0);
+ this.tableLayoutPanel12.Controls.Add(this.label10, 0, 1);
+ this.tableLayoutPanel12.ForeColor = System.Drawing.Color.DodgerBlue;
this.tableLayoutPanel12.Name = "tableLayoutPanel12";
//
// numericCLIFontSize
//
- this.numericCLIFontSize.DecimalPlaces = 1;
resources.ApplyResources(this.numericCLIFontSize, "numericCLIFontSize");
+ this.numericCLIFontSize.BackColor = System.Drawing.Color.AliceBlue;
+ this.numericCLIFontSize.DecimalPlaces = 1;
this.numericCLIFontSize.Maximum = new decimal(new int[] {
36,
0,
@@ -1004,9 +1185,9 @@
//
// buttonCLIColor
//
- this.buttonCLIColor.BackColor = System.Drawing.Color.Black;
resources.ApplyResources(this.buttonCLIColor, "buttonCLIColor");
- this.buttonCLIColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.buttonCLIColor.BackColor = System.Drawing.Color.AliceBlue;
+ this.buttonCLIColor.ForeColor = System.Drawing.Color.DarkRed;
this.buttonCLIColor.Name = "buttonCLIColor";
this.buttonCLIColor.UseVisualStyleBackColor = false;
this.buttonCLIColor.Click += new System.EventHandler(this.buttonCLIColor_Click);
@@ -1014,17 +1195,22 @@
// groupBox14
//
resources.ApplyResources(this.groupBox14, "groupBox14");
+ this.groupBox14.BackColor = System.Drawing.Color.DodgerBlue;
this.groupBox14.Controls.Add(this.flowLayoutPanel5);
+ this.groupBox14.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.groupBox14.ForeColor = System.Drawing.Color.White;
this.groupBox14.Name = "groupBox14";
this.groupBox14.TabStop = false;
//
// flowLayoutPanel5
//
resources.ApplyResources(this.flowLayoutPanel5, "flowLayoutPanel5");
+ this.flowLayoutPanel5.BackColor = System.Drawing.Color.White;
this.flowLayoutPanel5.Controls.Add(this.checkBoxNewScan);
+ this.flowLayoutPanel5.Controls.Add(this.checkBoxMultiDev);
this.flowLayoutPanel5.Controls.Add(this.label11);
this.flowLayoutPanel5.Controls.Add(this.SetDeviceCombo);
- this.flowLayoutPanel5.Controls.Add(this.checkBoxMultiDev);
+ this.flowLayoutPanel5.ForeColor = System.Drawing.Color.DodgerBlue;
this.flowLayoutPanel5.Name = "flowLayoutPanel5";
//
// checkBoxNewScan
@@ -1035,6 +1221,13 @@
this.checkBoxNewScan.Name = "checkBoxNewScan";
this.checkBoxNewScan.UseVisualStyleBackColor = true;
//
+ // checkBoxMultiDev
+ //
+ resources.ApplyResources(this.checkBoxMultiDev, "checkBoxMultiDev");
+ this.checkBoxMultiDev.Name = "checkBoxMultiDev";
+ this.checkBoxMultiDev.UseVisualStyleBackColor = true;
+ this.checkBoxMultiDev.CheckedChanged += new System.EventHandler(this.checkBoxMultiDev_CheckedChanged);
+ //
// label11
//
resources.ApplyResources(this.label11, "label11");
@@ -1042,20 +1235,14 @@
//
// SetDeviceCombo
//
+ this.SetDeviceCombo.BackColor = System.Drawing.Color.AliceBlue;
this.SetDeviceCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.SetDeviceCombo.DropDownWidth = 150;
- this.SetDeviceCombo.FormattingEnabled = true;
resources.ApplyResources(this.SetDeviceCombo, "SetDeviceCombo");
+ this.SetDeviceCombo.FormattingEnabled = true;
this.SetDeviceCombo.Name = "SetDeviceCombo";
this.SetDeviceCombo.SelectedIndexChanged += new System.EventHandler(this.SetDeviceCombo_SelectedIndexChanged);
//
- // checkBoxMultiDev
- //
- resources.ApplyResources(this.checkBoxMultiDev, "checkBoxMultiDev");
- this.checkBoxMultiDev.Name = "checkBoxMultiDev";
- this.checkBoxMultiDev.UseVisualStyleBackColor = true;
- this.checkBoxMultiDev.CheckedChanged += new System.EventHandler(this.checkBoxMultiDev_CheckedChanged);
- //
// flowLayoutPanel22
//
resources.ApplyResources(this.flowLayoutPanel22, "flowLayoutPanel22");
@@ -1064,18 +1251,58 @@
this.flowLayoutPanel22.Controls.Add(this.groupBox11);
this.flowLayoutPanel22.Name = "flowLayoutPanel22";
//
+ // groupBox15
+ //
+ resources.ApplyResources(this.groupBox15, "groupBox15");
+ this.groupBox15.BackColor = System.Drawing.Color.DodgerBlue;
+ this.groupBox15.Controls.Add(this.flowLayoutPanel23);
+ this.groupBox15.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.groupBox15.ForeColor = System.Drawing.Color.White;
+ this.groupBox15.Name = "groupBox15";
+ this.groupBox15.TabStop = false;
+ //
+ // flowLayoutPanel23
+ //
+ resources.ApplyResources(this.flowLayoutPanel23, "flowLayoutPanel23");
+ this.flowLayoutPanel23.BackColor = System.Drawing.Color.White;
+ this.flowLayoutPanel23.Controls.Add(this.label12);
+ this.flowLayoutPanel23.Controls.Add(this.comboBox1);
+ this.flowLayoutPanel23.ForeColor = System.Drawing.Color.DodgerBlue;
+ this.flowLayoutPanel23.Name = "flowLayoutPanel23";
+ //
+ // label12
+ //
+ resources.ApplyResources(this.label12, "label12");
+ this.label12.Name = "label12";
+ //
+ // comboBox1
+ //
+ this.comboBox1.BackColor = System.Drawing.Color.AliceBlue;
+ 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);
+ //
// groupBox13
//
resources.ApplyResources(this.groupBox13, "groupBox13");
+ this.groupBox13.BackColor = System.Drawing.Color.DodgerBlue;
this.groupBox13.Controls.Add(this.flowLayoutPanel4);
+ this.groupBox13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.groupBox13.ForeColor = System.Drawing.Color.White;
this.groupBox13.Name = "groupBox13";
this.groupBox13.TabStop = false;
//
// flowLayoutPanel4
//
resources.ApplyResources(this.flowLayoutPanel4, "flowLayoutPanel4");
+ this.flowLayoutPanel4.BackColor = System.Drawing.Color.White;
this.flowLayoutPanel4.Controls.Add(this.checkBoxDefIsAdv);
this.flowLayoutPanel4.Controls.Add(this.checkBoxAutoSave);
+ this.flowLayoutPanel4.ForeColor = System.Drawing.Color.DodgerBlue;
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
//
// checkBoxDefIsAdv
@@ -1095,14 +1322,19 @@
// groupBox11
//
resources.ApplyResources(this.groupBox11, "groupBox11");
+ this.groupBox11.BackColor = System.Drawing.Color.DodgerBlue;
this.groupBox11.Controls.Add(this.flowLayoutPanel3);
+ this.groupBox11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.groupBox11.ForeColor = System.Drawing.Color.White;
this.groupBox11.Name = "groupBox11";
this.groupBox11.TabStop = false;
//
// flowLayoutPanel3
//
resources.ApplyResources(this.flowLayoutPanel3, "flowLayoutPanel3");
+ this.flowLayoutPanel3.BackColor = System.Drawing.Color.White;
this.flowLayoutPanel3.Controls.Add(this.checkBoxHardLowCost);
+ this.flowLayoutPanel3.ForeColor = System.Drawing.Color.DodgerBlue;
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
//
// checkBoxHardLowCost
@@ -1114,85 +1346,78 @@
//
// statusStrip1
//
+ this.statusStrip1.BackColor = System.Drawing.Color.Transparent;
+ resources.ApplyResources(this.statusStrip1, "statusStrip1");
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusLabel,
this.runTimeLabel,
this.localVersionLabel,
- this.toolStripCheckUpdate,
- this.curDevice});
- resources.ApplyResources(this.statusStrip1, "statusStrip1");
+ this.curDevice,
+ this.toolStripCheckUpdate});
+ this.statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.statusStrip1.Name = "statusStrip1";
+ this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
//
// statusLabel
//
+ this.statusLabel.Image = global::MifareOneTool.Properties.Resources.round_sync_black_18pt_1x;
resources.ApplyResources(this.statusLabel, "statusLabel");
+ this.statusLabel.Margin = new System.Windows.Forms.Padding(0, 0, 50, 0);
this.statusLabel.Name = "statusLabel";
//
// runTimeLabel
//
+ this.runTimeLabel.Image = global::MifareOneTool.Properties.Resources.round_timer_black_18pt_1x;
resources.ApplyResources(this.runTimeLabel, "runTimeLabel");
+ this.runTimeLabel.Margin = new System.Windows.Forms.Padding(50, 0, 50, 0);
this.runTimeLabel.Name = "runTimeLabel";
//
// localVersionLabel
//
+ this.localVersionLabel.Image = global::MifareOneTool.Properties.Resources.outline_info_black_18pt_1x;
resources.ApplyResources(this.localVersionLabel, "localVersionLabel");
+ this.localVersionLabel.Margin = new System.Windows.Forms.Padding(50, 0, 50, 0);
this.localVersionLabel.Name = "localVersionLabel";
//
- // toolStripCheckUpdate
- //
- this.toolStripCheckUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- resources.ApplyResources(this.toolStripCheckUpdate, "toolStripCheckUpdate");
- this.toolStripCheckUpdate.Name = "toolStripCheckUpdate";
- this.toolStripCheckUpdate.ButtonClick += new System.EventHandler(this.toolStripCheckUpdate_ButtonClick);
- //
// curDevice
//
+ this.curDevice.Margin = new System.Windows.Forms.Padding(50, 0, 50, 0);
this.curDevice.Name = "curDevice";
resources.ApplyResources(this.curDevice, "curDevice");
//
+ // toolStripCheckUpdate
+ //
+ this.toolStripCheckUpdate.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
+ this.toolStripCheckUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
+ this.toolStripCheckUpdate.ForeColor = System.Drawing.SystemColors.ControlText;
+ resources.ApplyResources(this.toolStripCheckUpdate, "toolStripCheckUpdate");
+ this.toolStripCheckUpdate.Margin = new System.Windows.Forms.Padding(0, 0, 10, 0);
+ this.toolStripCheckUpdate.Name = "toolStripCheckUpdate";
+ this.toolStripCheckUpdate.ButtonClick += new System.EventHandler(this.toolStripCheckUpdate_ButtonClick);
+ //
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
- // flowLayoutPanel23
+ // imageList2
//
- 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;
+ this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
+ this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
+ this.imageList2.Images.SetKeyName(0, "sharp_file_copy_black_18pt_1x.png");
+ this.imageList2.Images.SetKeyName(1, "round_settings_black_18pt_1x.png");
+ this.imageList2.Images.SetKeyName(2, "round_build_black_18pt_1x.png");
//
// Form1
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.richTextBox1);
- this.MaximizeBox = false;
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "Form1";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
@@ -1235,16 +1460,24 @@
this.tableLayoutPanel2.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
+ this.groupBox16.ResumeLayout(false);
+ this.groupBox16.PerformLayout();
+ this.tableLayoutPanel15.ResumeLayout(false);
+ this.tableLayoutPanel15.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.tableLayoutPanel11.ResumeLayout(false);
this.tableLayoutPanel11.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
+ this.flowLayoutPanel24.ResumeLayout(false);
+ this.flowLayoutPanel24.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.tableLayoutPanel13.ResumeLayout(false);
@@ -1298,6 +1531,10 @@
this.flowLayoutPanel5.PerformLayout();
this.flowLayoutPanel22.ResumeLayout(false);
this.flowLayoutPanel22.PerformLayout();
+ this.groupBox15.ResumeLayout(false);
+ this.groupBox15.PerformLayout();
+ this.flowLayoutPanel23.ResumeLayout(false);
+ this.flowLayoutPanel23.PerformLayout();
this.groupBox13.ResumeLayout(false);
this.groupBox13.PerformLayout();
this.flowLayoutPanel4.ResumeLayout(false);
@@ -1308,10 +1545,6 @@
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();
@@ -1372,16 +1605,11 @@
private System.Windows.Forms.GroupBox groupBox9;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox8;
- private System.Windows.Forms.ToolStripSplitButton toolStripCheckUpdate;
private System.Windows.Forms.Button buttonDictMfoc;
private System.Windows.Forms.Button buttonnKeysMfoc;
private System.Windows.Forms.Button buttonEReadUID;
private System.Windows.Forms.CheckBox checkBoxWriteProtect;
private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.CheckBox checkBoxAutoABN;
private System.Windows.Forms.TabPage tabPage3;
@@ -1406,12 +1634,10 @@
private System.Windows.Forms.ToolStripStatusLabel curDevice;
private System.Windows.Forms.CheckBox checkBoxCuidKeyOver;
private System.Windows.Forms.Button buttonMFF08;
- private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
@@ -1449,6 +1675,17 @@
private System.Windows.Forms.GroupBox groupBox15;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.ComboBox comboBox1;
+ private System.Windows.Forms.Label label13;
+ private System.Windows.Forms.PictureBox pictureBox1;
+ private System.Windows.Forms.GroupBox groupBox16;
+ private System.Windows.Forms.TableLayoutPanel tableLayoutPanel15;
+ private System.Windows.Forms.PictureBox pictureBox2;
+ private System.Windows.Forms.PictureBox pictureBox3;
+ private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
+ private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel24;
+ private System.Windows.Forms.PictureBox pictureBox4;
+ private System.Windows.Forms.ToolStripSplitButton toolStripCheckUpdate;
+ private System.Windows.Forms.ImageList imageList2;
}
}
diff --git a/MifareOneTool/Form1.cs b/MifareOneTool/Form1.cs
index bbd2a31..28e5976 100644
--- a/MifareOneTool/Form1.cs
+++ b/MifareOneTool/Form1.cs
@@ -1546,7 +1546,7 @@ namespace MifareOneTool
private void ComboBox1_SelectedIndexChanged(object sender, EventArgs e)
{
- if (comboBox1.SelectedItem.ToString() == "标准")
+ if (comboBox1.SelectedItem.ToString() == Resources.标准)
{
System.Threading.Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("zh-ZH");
System.Threading.Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("zh-ZH");
@@ -1554,7 +1554,7 @@ namespace MifareOneTool
Properties.Settings.Default.Save();
Application.Restart();
}
- else if (comboBox1.SelectedItem.ToString() == "俄语")
+ else if (comboBox1.SelectedItem.ToString() == Resources.俄语)
{
System.Threading.Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("ru-RU");
System.Threading.Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("ru-RU");
@@ -1564,5 +1564,30 @@ namespace MifareOneTool
}
}
-}
+
+ private void label5_Click(object sender, EventArgs e)
+ {
+
+ }
+
+ private void tableLayoutPanel15_Paint(object sender, PaintEventArgs e)
+ {
+
+ }
+
+ private void label6_Click(object sender, EventArgs e)
+ {
+
+ }
+
+ private void label8_Click(object sender, EventArgs e)
+ {
+
+ }
+
+ private void groupBox4_Enter(object sender, EventArgs e)
+ {
+
+ }
+ }
}
diff --git a/MifareOneTool/Form1.resx b/MifareOneTool/Form1.resx
index a3aaf32..495bd71 100644
--- a/MifareOneTool/Form1.resx
+++ b/MifareOneTool/Form1.resx
@@ -134,100 +134,49 @@
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
+
+
+ Flat
+
+
+
+ Microsoft Sans Serif, 8.25pt
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 67, 25
+
+
+ 1
+
+
+ 手动扫描
+
+
+ 17, 17
+
+
+ 扫描有效卡片。
+
buttonScanCard
@@ -241,10 +190,10 @@
0
- 3, 38
+ 3, 40
- 69, 27
+ 71, 29
13
@@ -261,102 +210,12 @@
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
@@ -366,6 +225,9 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
@@ -376,7 +238,7 @@
2, 2, 2, 2
- 65, 23
+ 67, 25
0
@@ -409,17 +271,20 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
- 71, 2
+ 73, 2
2, 2, 2, 2
- 57, 23
+ 59, 25
11
@@ -442,25 +307,113 @@
1
+
+ 3, 3
+
+
+ 134, 29
+
+
+ 13
+
+
+ flowLayoutPanel11
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel5
+
+
+ 1
+
+
+ Fill
+
+
+ 2, 20
+
+
+ 2
+
+
+ 140, 74
+
+
+ 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
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 144, 96
+
+
+ 0
+
+
+ 设备控制
+
+
+ groupBox1
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel7
+
+
+ 0
+
Top, Left, Right
+
+ Yu Gothic UI, 9.75pt
+
- 0, 243
+ 4, 257
2, 2, 2, 2
- 576, 286
+ 643, 199
1
- Hello,cardman!
-首次运行建议点击"检测设备"以加快后续运行速度
-
+ Hello,cardman!
richTextBox1
@@ -483,6 +436,9 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
@@ -493,7 +449,7 @@
2, 2, 2, 2
- 44, 23
+ 46, 25
3
@@ -522,54 +478,6 @@
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
@@ -579,99 +487,12 @@
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
@@ -681,6 +502,9 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
@@ -691,7 +515,7 @@
2, 2, 2, 2
- 78, 23
+ 80, 25
4
@@ -714,57 +538,33 @@
0
+
+ 3, 40
+
+
+ 84, 29
+
+
+ 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
@@ -774,17 +574,20 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
- 50, 2
+ 52, 2
2, 2, 2, 2
- 44, 23
+ 46, 25
5
@@ -816,17 +619,20 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
- 98, 2
+ 102, 2
2, 2, 2, 2
- 44, 23
+ 46, 25
6
@@ -849,6 +655,93 @@
2
+
+ 3, 3
+
+
+ 150, 29
+
+
+ 13
+
+
+ flowLayoutPanel13
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel7
+
+
+ 1
+
+
+ Fill
+
+
+ 2, 20
+
+
+ 2
+
+
+ 156, 74
+
+
+ 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
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ 150, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 160, 96
+
+
+ 4
+
+
+ 普通卡操作
+
+
+ groupBox2
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel7
+
+
+ 1
+
True
@@ -858,6 +751,9 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
@@ -868,7 +764,7 @@
2, 2, 2, 2
- 48, 25
+ 50, 27
10
@@ -900,6 +796,9 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
@@ -910,7 +809,7 @@
2, 2, 2, 2
- 48, 25
+ 50, 27
9
@@ -942,6 +841,9 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
@@ -952,7 +854,7 @@
2, 2, 2, 2
- 59, 23
+ 61, 25
8
@@ -985,17 +887,20 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
- 54, 2
+ 56, 2
2, 2, 2, 2
- 60, 25
+ 62, 27
5
@@ -1027,17 +932,20 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 9pt
- 118, 2
+ 122, 2
2, 2, 2, 2
- 62, 25
+ 64, 27
7
@@ -1070,17 +978,20 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
- 54, 2
+ 56, 2
2, 2, 2, 2
- 60, 25
+ 62, 27
6
@@ -1088,6 +999,9 @@
UID重置
+
+ ImageBeforeText
+
重置UID卡片0块,UID随机,厂商号为复旦。
@@ -1109,54 +1023,6 @@
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
@@ -1166,99 +1032,12 @@
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
@@ -1268,6 +1047,9 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
@@ -1278,7 +1060,7 @@
2, 2, 2, 2
- 53, 23
+ 55, 25
2
@@ -1298,57 +1080,33 @@
0
+
+ 3, 38
+
+
+ 59, 29
+
+
+ 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
@@ -1358,6 +1116,9 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
@@ -1368,7 +1129,7 @@
2, 2, 2, 2
- 53, 23
+ 55, 25
0
@@ -1397,17 +1158,20 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
- 59, 2
+ 61, 2
2, 2, 2, 2
- 53, 23
+ 55, 25
1
@@ -1427,6 +1191,93 @@
1
+
+ 3, 3
+
+
+ 118, 29
+
+
+ 13
+
+
+ flowLayoutPanel19
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel10
+
+
+ 1
+
+
+ Fill
+
+
+ 2, 20
+
+
+ 2
+
+
+ 124, 74
+
+
+ 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
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ 420, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 128, 96
+
+
+ 5
+
+
+ 运行/终端
+
+
+ groupBox3
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel8
+
+
+ 2
+
True
@@ -1436,17 +1287,20 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
- 116, 2
+ 120, 2
2, 2, 2, 2
- 77, 23
+ 79, 25
3
@@ -1478,6 +1332,9 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
@@ -1488,7 +1345,7 @@
2, 2, 2, 2
- 72, 23
+ 74, 25
1
@@ -1517,6 +1374,9 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
@@ -1527,7 +1387,7 @@
2, 2, 2, 2
- 65, 25
+ 67, 27
0
@@ -1547,9 +1407,6 @@
0
-
- 17, 17
-
True
@@ -1559,6 +1416,9 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
@@ -1569,7 +1429,7 @@
2, 2, 2, 2
- 53, 23
+ 55, 25
13
@@ -1601,17 +1461,20 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 9pt
- 118, 2
+ 122, 2
2, 2, 2, 2
- 58, 25
+ 60, 27
5
@@ -1643,17 +1506,20 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
- 2, 19
+ 2, 13
2, 2, 2, 2
- 67, 23
+ 75, 25
4
@@ -1685,17 +1551,20 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
- 59, 2
+ 61, 2
2, 2, 2, 2
- 65, 23
+ 67, 25
16
@@ -1727,17 +1596,20 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
- 65, 2
+ 67, 2
2, 2, 2, 2
- 47, 23
+ 49, 25
15
@@ -1766,54 +1638,6 @@
GrowAndShrink
-
- 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>
-
-
- Fill
-
-
- 2, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 188, 96
-
-
- 11
-
-
- 集成辅助工具
-
-
- groupBox4
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel8
-
-
- 0
-
True
@@ -1823,60 +1647,6 @@
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
@@ -1884,10 +1654,10 @@
GrowAndShrink
- 3, 42
+ 3, 40
- 76, 27
+ 78, 29
13
@@ -1910,39 +1680,6 @@
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
@@ -1952,14 +1689,17 @@
Fill
+
+ Flat
+
Microsoft Sans Serif, 8.25pt
- 72, 3
+ 74, 3
- 103, 23
+ 105, 25
2
@@ -1979,9 +1719,1305 @@
1
+
+ Fill
+
+
+ 3, 3
+
+
+ 182, 31
+
+
+ 13
+
+
+ flowLayoutPanel9
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel6
+
+
+ 1
+
+
+ Fill
+
+
+ 2, 20
+
+
+ 2
+
+
+ 188, 74
+
+
+ 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>
+
+
+ Fill
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 192, 96
+
+
+ 11
+
+
+ 集成辅助工具
+
+
+ groupBox4
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel8
+
+
+ 0
+
Top, Left, Right
+
+ True
+
+
+ GrowAndShrink
+
+
+ 5
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ Fill
+
+
+ Yu Gothic UI, 9.75pt
+
+
+ BottomCenter
+
+
+ 2, 0
+
+
+ 2, 0, 2, 0
+
+
+ 35, 34
+
+
+ 12
+
+
+ 请放
+新卡
+
+
+ MiddleCenter
+
+
+ label8
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 0
+
+
+ Fill
+
+
+ NoControl
+
+
+ 3, 37
+
+
+ 33, 29
+
+
+ 16
+
+
+ pictureBox3
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 1
+
+
+ Fill
+
+
+ TopDown
+
+
+ 335, 3
+
+
+ 39, 215
+
+
+ 18
+
+
+ flowLayoutPanel1
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel2
+
+
+ 0
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ 4
+
+
+ True
+
+
+ Left
+
+
+ Yu Gothic UI, 9.75pt
+
+
+ NoControl
+
+
+ 2, 34
+
+
+ 2, 0, 2, 0
+
+
+ 35, 34
+
+
+ 13
+
+
+ 请放
+原卡
+
+
+ label7
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ 0
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Left
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt, style=Bold
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 61, 30
+
+
+ 0
+
+
+ 检测连接
+
+
+ buttonEscan
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt, style=Bold
+
+
+ 103, 2
+
+
+ 2, 2, 2, 2
+
+
+ 65, 30
+
+
+ 5
+
+
+ 检测加密
+
+
+ buttonECheckEncrypt
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ 2
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt, style=Bold
+
+
+ 103, 36
+
+
+ 2, 2, 2, 2
+
+
+ 65, 30
+
+
+ 1
+
+
+ 扫描卡片
+
+
+ buttoEScanCard
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ 3
+
+
+ Fill
+
+
+ 68, 3
+
+
+ 30, 28
+
+
+ 14
+
+
+ pictureBox1
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ 4
+
+
+ NoControl
+
+
+ 173, 3
+
+
+ 30, 25
+
+
+ 15
+
+
+ pictureBox2
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ 5
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2
+
+
+ 206, 68
+
+
+ 12
+
+
+ tableLayoutPanel1
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel15
+
+
+ 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="buttonECheckEncrypt" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="buttoEScanCard" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="pictureBox1" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pictureBox2" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
+
+
+ True
+
+
+ Left
+
+
+ 3, 72
+
+
+ 185, 68
+
+
+ 13
+
+
+ 本工具仅支持SAK=08/18/28的
+卡片复制。SAK28无一键解密。
+若要复制S70卡片,请在高级界
+面上取消勾选“数据写入保护”。
+
+
+
+ MiddleLeft
+
+
+ label13
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel15
+
+
+ 1
+
+
+ 12, 20
+
+
+ 2
+
+
+ 210, 140
+
+
+ 14
+
+
+ tableLayoutPanel15
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox16
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tableLayoutPanel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label13" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
+
+
+ Fill
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ 3, 3
+
+
+ 228, 215
+
+
+ 13
+
+
+ 从这里开始
+
+
+ groupBox16
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel2
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt, style=Bold
+
+
+ 2, 33
+
+
+ 2, 2, 2, 2
+
+
+ 86, 27
+
+
+ 3
+
+
+ 从UID卡读回
+
+
+ buttonEReadUID
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel11
+
+
+ 0
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Bottom
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt, style=Bold
+
+
+ 2, 166
+
+
+ 2, 2, 2, 2
+
+
+ 86, 27
+
+
+ 1
+
+
+ 已知密钥读
+
+
+ buttonEMfRead
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel11
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt, style=Bold
+
+
+ 2, 64
+
+
+ 2, 2, 2, 2
+
+
+ 86, 27
+
+
+ 2
+
+
+ 知一密破解
+
+
+ buttonECmfoc
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel11
+
+
+ 2
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt, style=Bold
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 86, 27
+
+
+ 0
+
+
+ 一键解原卡
+
+
+ buttonEMfoc
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel11
+
+
+ 3
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt, style=Bold
+
+
+ 2, 95
+
+
+ 2, 2, 2, 2
+
+
+ 86, 27
+
+
+ 2
+
+
+ 加载密钥…
+
+
+ buttonESelectKey
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel11
+
+
+ 4
+
+
+ Fill
+
+
+ 2, 20
+
+
+ 5
+
+
+ 90, 195
+
+
+ 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
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ 236, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 94, 217
+
+
+ 0
+
+
+ [2]读取原卡
+
+
+ groupBox5
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel2
+
+
+ 2
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ NoControl
+
+
+ 3, 3
+
+
+ 30, 26
+
+
+ 0
+
+
+ pictureBox4
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel24
+
+
+ 0
+
+
+ True
+
+
+ Fill
+
+
+ 38, 0
+
+
+ 2, 0, 2, 0
+
+
+ 112, 32
+
+
+ 10
+
+
+ 尝试一下是否成功
+
+
+ MiddleCenter
+
+
+ label6
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel24
+
+
+ 1
+
+
+ Bottom
+
+
+ 3, 72
+
+
+ 154, 32
+
+
+ 13
+
+
+ False
+
+
+ flowLayoutPanel24
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel3
+
+
+ 0
+
+
+ Bottom, Right
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt, style=Bold
+
+
+ 115, 186
+
+
+ 2, 2, 2, 2
+
+
+ 43, 27
+
+
+ 13
+
+
+ 停止
+
+
+ buttonEStop
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel3
+
+
+ 1
+
+
+ Fill
+
+
+ 478, 3
+
+
+ 2
+
+
+ 160, 215
+
+
+ 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="flowLayoutPanel24" 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
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt, style=Bold
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 86, 27
+
+
+ 2
+
+
+ 写(UF)UID卡
+
+
+ buttonEUIDWrite
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel13
+
+
+ 0
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt, style=Bold
+
+
+ 2, 64
+
+
+ 2, 2, 2, 2
+
+
+ 86, 27
+
+
+ 1
+
+
+ 锁UFUID卡
+
+
+ button4
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel13
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt, style=Bold
+
+
+ 2, 33
+
+
+ 2, 2, 2, 2
+
+
+ 86, 27
+
+
+ 2
+
+
+ 写C/FUID卡
+
+
+ buttonECuidWrite
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel13
+
+
+ 2
+
+
+ Bottom
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt, style=Bold
+
+
+ NoControl
+
+
+ 5, 166
+
+
+ 2, 2, 2, 2
+
+
+ 79, 27
+
+
+ 0
+
+
+ 写入普通卡
+
+
+ buttonEMfWrite
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel13
+
+
+ 3
+
+
+ Fill
+
+
+ 2, 20
+
+
+ 4
+
+
+ 90, 195
+
+
+ 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
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ 379, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 94, 217
+
+
+ 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
+
+
+ 641, 221
+
+
+ 15
+
tableLayoutPanel2
@@ -1995,10 +3031,16 @@
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>
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="groupBox16" 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="AutoSize,0" /></TableLayoutSettings>
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ sharp_file_copy_black_18pt_1x.png
- 4, 22
+ 4, 24
2, 2, 2, 2
@@ -2007,7 +3049,7 @@
2, 2, 2, 2
- 567, 212
+ 645, 225
1
@@ -2027,6 +3069,529 @@
0
+
+ True
+
+
+ GrowAndShrink
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Flat
+
+
+ Microsoft Sans Serif, 8.25pt
+
+
+ 132, 2
+
+
+ 2, 2, 2, 2
+
+
+ 76, 25
+
+
+ 14
+
+
+ HardNested
+
+
+ buttonHardNested
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel18
+
+
+ 2
+
+
+ Fill
+
+
+ 2, 37
+
+
+ 2, 2, 2, 2
+
+
+ 210, 35
+
+
+ 14
+
+
+ flowLayoutPanel18
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel8
+
+
+ 0
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ 3, 3
+
+
+ 208, 29
+
+
+ 13
+
+
+ flowLayoutPanel17
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel8
+
+
+ 1
+
+
+ Fill
+
+
+ 2, 20
+
+
+ 2
+
+
+ 214, 74
+
+
+ 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>
+
+
+ Fill
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ 198, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 218, 96
+
+
+ 6
+
+
+ 破解工具
+
+
+ groupBox10
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel8
+
+
+ 1
+
+
+ Top
+
+
+ 3, 109
+
+
+ 601, 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
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ 3, 40
+
+
+ 184, 31
+
+
+ 14
+
+
+ flowLayoutPanel16
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel9
+
+
+ 0
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ 3, 3
+
+
+ 188, 31
+
+
+ 13
+
+
+ flowLayoutPanel15
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel9
+
+
+ 1
+
+
+ Fill
+
+
+ 2, 20
+
+
+ 2
+
+
+ 194, 74
+
+
+ 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
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ 314, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 198, 96
+
+
+ 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
+
+
+ Yu Gothic UI, 9.75pt
+
+
+ 2, 40
+
+
+ 2, 0, 2, 0
+
+
+ 75, 34
+
+
+ 5
+
+
+ 该卡种读取
+同普通卡
+
+
+ MiddleCenter
+
+
+ label1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel21
+
+
+ 0
+
+
+ Fill
+
+
+ BottomUp
+
+
+ 2, 20
+
+
+ 79, 74
+
+
+ 0
+
+
+ flowLayoutPanel21
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox9
+
+
+ 0
+
+
+ Fill
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ 516, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 83, 96
+
+
+ 14
+
+
+ C/FUID卡操作
+
+
+ groupBox9
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel7
+
+
+ 3
+
+
+ Fill
+
+
+ 3, 3
+
+
+ 601, 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
+
+
+ 607, 212
+
+
+ 0
+
tableLayoutPanel4
@@ -2042,8 +3607,11 @@
<?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>
+
+ round_build_black_18pt_1x.png
+
- 4, 22
+ 4, 24
2, 2, 2, 2
@@ -2052,7 +3620,7 @@
2, 2, 2, 2
- 567, 212
+ 645, 225
0
@@ -2087,6 +3655,210 @@
GrowAndShrink
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ Flat
+
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 119, 19
+
+
+ 2
+
+
+ 自动判断Key(beta)
+
+
+ checkBoxAutoABN
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel2
+
+
+ 0
+
+
+ True
+
+
+ Flat
+
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
+
+ 2, 25
+
+
+ 2, 2, 2, 2
+
+
+ 130, 19
+
+
+ 12
+
+
+ 自动加载uid.Key文件
+
+
+ checkBoxAutoLoadKey
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel2
+
+
+ 1
+
+
+ True
+
+
+ Flat
+
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
+
+ 2, 48
+
+
+ 2, 2, 2, 2
+
+
+ 123, 19
+
+
+ 11
+
+
+ 数据写入保护(建议)
+
+
+ checkBoxWriteProtect
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel2
+
+
+ 2
+
+
+ True
+
+
+ Flat
+
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
+
+ 3, 72
+
+
+ 109, 19
+
+
+ 13
+
+
+ CUID写空卡补丁
+
+
+ checkBoxCuidKeyOver
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel2
+
+
+ 3
+
+
+ Fill
+
+
+ TopDown
+
+
+ 2, 20
+
+
+ 134, 94
+
+
+ 14
+
+
+ flowLayoutPanel2
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox6
+
+
+ 0
+
+
+ Fill
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 138, 116
+
+
+ 0
+
+
+ 卡操作相关
+
groupBox6
@@ -2099,6 +3871,231 @@
0
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ 2
+
+
+ True
+
+
+ Top
+
+
+ Yu Gothic UI, 9pt
+
+
+ 83, 49
+
+
+ 2, 2, 2, 2
+
+
+ 54, 23
+
+
+ 16
+
+
+ Center
+
+
+ numericCLIFontSize
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel12
+
+
+ 0
+
+
+ True
+
+
+ Fill
+
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
+
+ 2, 0
+
+
+ 2, 0, 2, 0
+
+
+ 77, 47
+
+
+ 13
+
+
+ 终端文字颜色
+
+
+ MiddleCenter
+
+
+ label9
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel12
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Popup
+
+
+ Yu Gothic UI, 9pt
+
+
+ 83, 2
+
+
+ 2, 2, 2, 2
+
+
+ 54, 43
+
+
+ 14
+
+
+ #M1T#
+
+
+ buttonCLIColor
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel12
+
+
+ 2
+
+
+ True
+
+
+ Top
+
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
+
+ 2, 47
+
+
+ 2, 0, 2, 0
+
+
+ 77, 15
+
+
+ 15
+
+
+ 终端文字大小
+
+
+ MiddleCenter
+
+
+ label10
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel12
+
+
+ 3
+
+
+ Fill
+
+
+ 2, 20
+
+
+ 2
+
+
+ 139, 94
+
+
+ 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="buttonCLIColor" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
+
+
+ Fill
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ 144, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 143, 116
+
+
+ 12
+
+
+ 界面设置
+
groupBox12
@@ -2111,6 +4108,195 @@
1
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ Flat
+
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 101, 19
+
+
+ 1
+
+
+ 减少找设备延迟
+
+
+ checkBoxNewScan
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel5
+
+
+ 0
+
+
+ True
+
+
+ Flat
+
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
+
+ 3, 26
+
+
+ 269, 19
+
+
+ 4
+
+
+ 多实例运行模式 会禁用多开检测 请自行指定设备
+
+
+ checkBoxMultiDev
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel5
+
+
+ 1
+
+
+ True
+
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
+
+ 3, 48
+
+
+ 51, 15
+
+
+ 3
+
+
+ 指定设备
+
+
+ label11
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel5
+
+
+ 2
+
+
+ Flat
+
+
+ Yu Gothic UI, 9pt
+
+
+ 3, 66
+
+
+ 131, 23
+
+
+ 2
+
+
+ SetDeviceCombo
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel5
+
+
+ 3
+
+
+ Fill
+
+
+ TopDown
+
+
+ 2, 20
+
+
+ 275, 94
+
+
+ 14
+
+
+ flowLayoutPanel5
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox14
+
+
+ 0
+
+
+ Fill
+
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
+
+ 291, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 279, 116
+
+
+ 15
+
+
+ 优化设置
+
groupBox14
@@ -2130,7 +4316,7 @@
3, 3
- 561, 131
+ 639, 120
14
@@ -2174,6 +4360,9 @@
Fill
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
NoControl
@@ -2181,7 +4370,7 @@
3, 0
- 79, 13
+ 73, 15
0
@@ -2204,6 +4393,12 @@
Fill
+
+ Flat
+
+
+ Yu Gothic UI, 9pt
+
标准
@@ -2211,10 +4406,10 @@
俄语
- 3, 16
+ 3, 18
- 79, 21
+ 73, 23
1
@@ -2238,10 +4433,10 @@
TopDown
- 3, 16
+ 3, 21
- 85, 40
+ 79, 44
13
@@ -2261,11 +4456,14 @@
Fill
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
3, 3
- 91, 59
+ 85, 68
14
@@ -2291,6 +4489,102 @@
GrowAndShrink
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ Flat
+
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 137, 19
+
+
+ 0
+
+
+ 自动转到高级操作模式
+
+
+ checkBoxDefIsAdv
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel4
+
+
+ 0
+
+
+ True
+
+
+ Flat
+
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
+
+ 2, 25
+
+
+ 2, 2, 2, 2
+
+
+ 138, 19
+
+
+ 1
+
+
+ 自动以UID名保存文件
+
+
+ checkBoxAutoSave
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel4
+
+
+ 1
+
+
+ Fill
+
+
+ TopDown
+
+
+ Yu Gothic UI, 9pt
+
+
+ 2, 20
+
+
+ 142, 48
+
+
+ 14
+
flowLayoutPanel4
@@ -2306,8 +4600,11 @@
Fill
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
- 99, 2
+ 93, 2
2, 2, 2, 2
@@ -2316,7 +4613,7 @@
2, 2, 2, 2
- 154, 61
+ 146, 70
13
@@ -2342,6 +4639,66 @@
GrowAndShrink
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ Fill
+
+
+ Flat
+
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 77, 19
+
+
+ 0
+
+
+ 单线程计算
+
+
+ checkBoxHardLowCost
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel3
+
+
+ 0
+
+
+ Fill
+
+
+ TopDown
+
+
+ 2, 20
+
+
+ 81, 48
+
+
+ 14
+
flowLayoutPanel3
@@ -2357,8 +4714,11 @@
Fill
+
+ Yu Gothic UI Semibold, 9.75pt, style=Bold
+
- 257, 2
+ 243, 2
2, 2, 2, 2
@@ -2367,7 +4727,7 @@
2, 2, 2, 2
- 94, 61
+ 85, 70
14
@@ -2391,10 +4751,10 @@
Fill
- 3, 140
+ 3, 129
- 561, 69
+ 639, 93
16
@@ -2424,7 +4784,7 @@
2
- 567, 212
+ 645, 225
15
@@ -2444,14 +4804,20 @@
<?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>
+
+ Yu Gothic UI, 9.75pt
+
+
+ round_settings_black_18pt_1x.png
+
- 4, 22
+ 4, 24
2, 2, 2, 2
- 567, 212
+ 645, 225
2
@@ -2471,6 +4837,65 @@
2
+
+ Yu Gothic UI Semibold, 9pt, style=Bold
+
+
+ 384, 17
+
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
+ LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
+ ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACu
+ CgAAAk1TRnQBSQFMAgEBAwEAAQgBAAEIAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
+ AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
+ AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
+ AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
+ AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm
+ AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM
+ AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA
+ ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz
+ AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ
+ AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM
+ AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA
+ AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA
+ AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ
+ AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/
+ AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA
+ AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm
+ ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ
+ Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz
+ AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA
+ AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM
+ AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM
+ ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM
+ Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA
+ AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM
+ AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ
+ AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz
+ AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm
+ AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw
+ AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wQAAf8B8gjwAfIB/wcA
+ BP8RAAT/FAAB8wFtCAABFAHzBwABBwLtAe8QAAH/AfIB7AFtAfEB/xMAAfMBbQgAARQB8wMABP8BbQIA
+ ARUE/wsAAf8B8gFtAgAB7AH/EwAB8wFtCAABFAHzAgAB/wH0Ae8BvAHvARECAAEOAe8B8AHvAfMB/woA
+ AfIB6gMAAfcB/xEAAfIB8AHzAW0IAAEUAfMCAAH/AZIBDgEQAQ8EAAEOAREBDgHsAf8JAAHyARIDAAHr
+ AfMB/xEAAe8B+AHzAW0IAAEUAfMCAAHzAQ8DAAFDAfcB7wERAwABDwHxAf8HAAHyARQDAAHrAfMB/xIA
+ AfcBbQHzAW0IAAEUAfMCAAH/AfgCAAFDAfIC/wHyAQ8CAAFtAfQB/wMAAf8B8gHwAbwBFQMAAW0B8wH/
+ EwAB9wFtAfMBbQgAARQB8wMAAfQB6gEAAewB9AIAAf8B7QEAARMB8wMAAf8B8AFDBgAB6gH0FQAB9wFt
+ AfMBbQQAAQcC/wHvAesB9AIAAf8B8wESAQAB6wH0AgAB/wHsAQABFAHyAf8CAAHwBwAB6gH0FgAB9wFt
+ AfMBbQQAAQcB/wHvAW0B8QH/AgAB9AFtAgABDgEHAvQBvAEPAgAB6gHzAv8BQwEAAg4EAAHxFwAB9wFt
+ AfMBbQQAAu8BbQHxAf8DAAHzAREDAAEPAesBbQEOAwABEAHyAf8B9AEAARABkgH3AUMDAAHwFwAB9wFt
+ AfMBbQQAARMB6gHxAf8EAAH/Ae8BDgFDARAEAAEOARUBDgGSAf8BAAH0AQ8BBwL/AZIBDgIAAfEXAAH3
+ AW0B/wG8Be8B8QH/BQAB/wH0AbwB8QG8AUMCAAEPAQcB8gG8AfQB/wEAAf8BvAH/AQAB/wHtAQ4BAAEQ
+ Af8XAAH3ARIC8wXyAfQHAAT/AW0CAAEVBP8DAAH/AQAB/wHvARACAAG8Af8XAAH3AQ4HEQHsCwAB8AL3
+ AQcIAAH/AbwBEAEAARUB8AH/GAAB9AjyAfM1AAFCAU0BPgcAAT4DAAEoAwABQAMAARADAAEBAQABAQUA
+ AYAXAAP/AQAB4AEBAfwBPwH/AeECAAHgAQEB/AE/Af8BwAIAAeABAQHAAQMB/wGAAgAB4AEBAYABAQH/
+ AYACAAGAAQEBgAEBAf8DAAGAAQEBgAEAAf4BAQIAAYABAQGAAQAB4AEDAgABgAEBAcEBgwGAAQ8CAAGA
+ AQECgQGAAR8CAAGAAQEBgAIAAT8CAAGAAQMBgAIAAT8CAAGAAQcBgAEBAQABPwIAAYABDwGAAQEBEAE/
+ AgABgAEfAcABAwGgAT8CAAGAAR8B/AE/AcABfwIAAYABHwT/AgAL
+
+
0, 5
@@ -2478,7 +4903,7 @@
2, 2, 2, 2
- 575, 238
+ 653, 253
11
@@ -2495,3048 +4920,68 @@
1
-
- True
-
-
- GrowAndShrink
-
-
- 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
-
-
- 2, 0
-
-
- 2, 0, 2, 0
-
-
- 31, 26
-
-
- 12
-
-
- 请放
-新卡
-
-
- label8
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 0
-
-
- True
-
-
- 2, 26
-
-
- 2, 0, 2, 0
-
-
- 37, 13
-
-
- 8
-
-
- >>>>>
-
-
- label4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 1
-
-
- 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
-
-
- GrowAndShrink
-
-
- 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
-
-
- Left
-
-
- NoControl
-
-
- 2, 27
-
-
- 2, 0, 2, 0
-
-
- 31, 27
-
-
- 13
-
-
- 请放
-原卡
-
-
- label7
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 0
-
-
- True
-
-
- GrowAndShrink
-
-
- Left
-
-
- 2, 2
-
-
- 2, 2, 2, 2
-
-
- 65, 23
-
-
- 0
-
-
- 检测连接
-
-
- buttonEscan
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 1
-
-
- True
-
-
- Fill
-
-
- 163, 0
-
-
- 2, 0, 2, 0
-
-
- 25, 27
-
-
- 7
-
-
- >>>
-
-
- MiddleCenter
-
-
- label3
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 2
-
-
- True
-
-
- GrowAndShrink
-
-
- Fill
-
-
- 94, 2
-
-
- 2, 2, 2, 2
-
-
- 65, 23
-
-
- 5
-
-
- 检测加密
-
-
- buttonECheckEncrypt
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 3
-
-
- True
-
-
- Left
-
-
- 71, 0
-
-
- 2, 0, 2, 0
-
-
- 19, 27
-
-
- 6
-
-
- >>
-
-
- MiddleCenter
-
-
- label2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 4
-
-
- True
-
-
- GrowAndShrink
-
-
- Fill
-
-
- 94, 29
-
-
- 2, 2, 2, 2
-
-
- 65, 23
-
-
- 1
-
-
- 扫描卡片
-
-
- buttoEScanCard
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 5
-
-
- True
-
-
- 2, 2
-
-
- 2, 0, 2, 0
-
-
- 167, 143
-
-
- 9
-
-
- 从这里开始
-
-
-
-
-
-
-本工具仅支持SAK=08/18/28的
-卡片复制。SAK28无一键解密。
-若要复制S70卡片,请在高级界
-面上取消勾选“数据写入保护”。
-
-
-
- label5
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel1
-
-
- 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
-
-
- GrowAndShrink
-
-
- 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
-
-
- GrowAndShrink
-
-
- Fill
-
-
- 2, 29
-
-
- 2, 2, 2, 2
-
-
- 84, 23
-
-
- 3
-
-
- 从UID卡读回
-
-
- buttonEReadUID
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel11
-
-
- 0
-
-
- True
-
-
- GrowAndShrink
-
-
- Bottom
-
-
- 2, 162
-
-
- 2, 2, 2, 2
-
-
- 84, 23
-
-
- 1
-
-
- 已知密钥读
-
-
- buttonEMfRead
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel11
-
-
- 1
-
-
- True
-
-
- GrowAndShrink
-
-
- Fill
-
-
- 2, 56
-
-
- 2, 2, 2, 2
-
-
- 84, 23
-
-
- 2
-
-
- 知一密破解
-
-
- buttonECmfoc
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel11
-
-
- 2
-
-
- True
-
-
- GrowAndShrink
-
-
- Fill
-
-
- 2, 2
-
-
- 2, 2, 2, 2
-
-
- 84, 23
-
-
- 0
-
-
- 一键解原卡
-
-
- buttonEMfoc
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel11
-
-
- 3
-
-
- True
-
-
- GrowAndShrink
-
-
- Fill
-
-
- 2, 83
-
-
- 2, 2, 2, 2
-
-
- 84, 23
-
-
- 2
-
-
- 加载密钥…
-
-
- buttonESelectKey
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel11
-
-
- 4
-
-
- True
-
-
- GrowAndShrink
-
-
- 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
-
-
- Fill
-
-
- 2, 0
-
-
- 2, 0, 2, 0
-
-
- 124, 101
-
-
- 10
-
-
- >>> 尝试一下是否成功
-
-
- MiddleCenter
-
-
- label6
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel3
-
-
- 0
-
-
- Bottom, Right
-
-
- True
-
-
- GrowAndShrink
-
-
- Microsoft Sans Serif, 11.25pt
-
-
- 78, 172
-
-
- 2, 2, 2, 2
-
-
- 48, 28
-
-
- 13
-
-
- 停止
-
-
- buttonEStop
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel3
-
-
- 1
-
-
- 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
-
-
- GrowAndShrink
-
-
- 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
-
-
- GrowAndShrink
-
-
- Fill
-
-
- 2, 2
-
-
- 2, 2, 2, 2
-
-
- 80, 23
-
-
- 2
-
-
- 写(UF)UID卡
-
-
- buttonEUIDWrite
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel13
-
-
- 0
-
-
- True
-
-
- GrowAndShrink
-
-
- Fill
-
-
- 2, 56
-
-
- 2, 2, 2, 2
-
-
- 80, 23
-
-
- 1
-
-
- 锁UFUID卡
-
-
- button4
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel13
-
-
- 1
-
-
- True
-
-
- GrowAndShrink
-
-
- Fill
-
-
- 2, 29
-
-
- 2, 2, 2, 2
-
-
- 80, 23
-
-
- 2
-
-
- 写C/FUID卡
-
-
- buttonECuidWrite
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel13
-
-
- 2
-
-
- Bottom
-
-
- True
-
-
- GrowAndShrink
-
-
- NoControl
-
-
- 3, 162
-
-
- 2, 2, 2, 2
-
-
- 77, 23
-
-
- 0
-
-
- 写入普通卡
-
-
- buttonEMfWrite
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel13
-
-
- 3
-
-
- True
-
-
- GrowAndShrink
-
-
- 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
-
-
- 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>
-
-
- Top
-
-
- 194, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 220, 96
-
-
- 6
-
-
- 破解工具
-
-
- groupBox10
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel8
-
-
- 1
-
-
- True
-
-
- GrowAndShrink
-
-
- 1
-
-
- flowLayoutPanel18
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 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
-
-
- GrowAndShrink
-
-
- 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
-
-
- GrowAndShrink
-
-
- 3, 38
-
-
- 178, 29
-
-
- 14
-
-
- flowLayoutPanel16
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel9
-
-
- 0
-
-
- True
-
-
- GrowAndShrink
-
-
- 3, 3
-
-
- 182, 29
-
-
- 13
-
-
- flowLayoutPanel15
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel9
-
-
- 1
-
-
- True
-
-
- GrowAndShrink
-
-
- flowLayoutPanel21
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox9
-
-
- 0
-
-
- Fill
-
-
- 500, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 75, 87
-
-
- 14
-
-
- C/FUID卡操作
-
-
- groupBox9
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel7
-
-
- 3
-
-
- 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
-
-
- 2, 2
-
-
- 2, 2, 2, 2
-
-
- 119, 17
-
-
- 2
-
-
- 自动判断Key(beta)
-
-
- checkBoxAutoABN
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel2
-
-
- 0
-
-
- True
-
-
- 2, 23
-
-
- 2, 2, 2, 2
-
-
- 133, 17
-
-
- 12
-
-
- 自动加载uid.Key文件
-
-
- checkBoxAutoLoadKey
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel2
-
-
- 1
-
-
- True
-
-
- 2, 44
-
-
- 2, 2, 2, 2
-
-
- 128, 17
-
-
- 11
-
-
- 数据写入保护(建议)
-
-
- checkBoxWriteProtect
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel2
-
-
- 2
-
-
- True
-
-
- 3, 66
-
-
- 112, 17
-
-
- 13
-
-
- CUID写空卡补丁
-
-
- checkBoxCuidKeyOver
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel2
-
-
- 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
-
-
- 147, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 163, 127
-
-
- 12
-
-
- 界面设置
-
-
- groupBox12
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel6
-
-
- 1
-
-
- Top, Bottom, Left
-
-
- True
-
-
- GrowAndShrink
-
-
- 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
-
-
- 2, 2, 2, 2
-
-
- 64, 20
-
-
- 16
-
-
- numericCLIFontSize
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel12
-
-
- 0
-
-
- True
-
-
- 2, 0
-
-
- 2, 0, 2, 0
-
-
- 79, 13
-
-
- 13
-
-
- 终端文字颜色
-
-
- label9
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel12
-
-
- 1
-
-
- True
-
-
- 2, 25
-
-
- 2, 0, 2, 0
-
-
- 79, 13
-
-
- 15
-
-
- 终端文字大小
-
-
- label10
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel12
-
-
- 2
-
-
- Fill
-
-
- Popup
-
-
- 85, 2
-
-
- 2, 2, 2, 2
-
-
- 64, 21
-
-
- 14
-
-
- #M1T#
-
-
- buttonCLIColor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel12
-
-
- 3
-
-
- 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
-
-
- 2, 2
-
-
- 2, 2, 2, 2
-
-
- 110, 17
-
-
- 1
-
-
- 减少找设备延迟
-
-
- checkBoxNewScan
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel5
-
-
- 0
-
-
- True
-
-
- 3, 21
-
-
- 55, 13
-
-
- 3
-
-
- 指定设备
-
-
- label11
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel5
-
-
- 1
-
-
- 3, 37
-
-
- 131, 21
-
-
- 2
-
-
- SetDeviceCombo
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel5
-
-
- 2
-
-
- True
-
-
- 3, 64
-
-
- 110, 43
-
-
- 4
-
-
- 多实例运行模式
-会禁用多开检测
-请自行指定设备
-
-
- checkBoxMultiDev
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel5
-
-
- 3
-
-
- 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
-
-
- 2, 2
-
-
- 2, 2, 2, 2
-
-
- 146, 17
-
-
- 0
-
-
- 自动转到高级操作模式
-
-
- checkBoxDefIsAdv
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
- 0
-
-
- True
-
-
- 2, 23
-
-
- 2, 2, 2, 2
-
-
- 141, 17
-
-
- 1
-
-
- 自动以UID名保存文件
-
-
- checkBoxAutoSave
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
- 1
-
-
- 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
-
-
- 2, 2
-
-
- 2, 2, 2, 2
-
-
- 86, 17
-
-
- 0
-
-
- 单线程计算
-
-
- checkBoxHardLowCost
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel3
-
-
- 0
-
157, 17
+
+ Yu Gothic UI, 9.75pt
+
+
+ None
+
+
+ 53, 22
+
+
+ 就绪
+
+
+ None
+
+
+ 67, 22
+
+
+ 计时器
+
+
+ MiddleLeft
+
+
+ None
+
+
+ 18, 22
+
+
+ MiddleLeft
+
+
+ 0, 22
+
+
+ None
+
+
+ White
+
+
+ 78, 22
+
+
+ 检查更新
+
+
+ 检查更新
+
- 0, 425
+ 0, 434
1, 0, 10, 0
- 575, 31
+ 653, 22
12
@@ -5556,63 +5001,6 @@
0
-
- False
-
-
- 60, 26
-
-
- 就绪
-
-
- False
-
-
- 140, 26
-
-
- MiddleLeft
-
-
- False
-
-
- 120, 26
-
-
- MiddleLeft
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
- YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
- 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
- bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
- VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
- c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
- Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
- mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
- kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
- TgDQASA1MVpwzwAAAABJRU5ErkJggg==
-
-
-
- Magenta
-
-
- 73, 29
-
-
- 检查更新
-
-
- 检查更新
-
-
- 0, 26
-
297, 17
@@ -5629,7 +5017,7 @@
GrowAndShrink
- 575, 456
+ 653, 456
@@ -6793,24 +6181,30 @@
System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- toolStripCheckUpdate
-
-
- System.Windows.Forms.ToolStripSplitButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
curDevice
System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ toolStripCheckUpdate
+
+
+ System.Windows.Forms.ToolStripSplitButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
timer1
System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ imageList2
+
+
+ System.Windows.Forms.ImageList, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
Form1
diff --git a/MifareOneTool/Form1.ru.resx b/MifareOneTool/Form1.ru.resx
index 81a56bf..6da26ee 100644
--- a/MifareOneTool/Form1.ru.resx
+++ b/MifareOneTool/Form1.ru.resx
@@ -315,8 +315,10 @@
- Режим нескольких устройств. Пожалуйста, укажите
-ваше собственное устройство
+ Режим нескольких устройств. Пожалуйста, укажите ваше собственное устройство
+ Previous text: 多实例运行模式
+会禁用多开检测
+请自行指定设备
Уменьшить задержку оборудования
@@ -348,6 +350,9 @@
Язык и регион
+
+ 1. Начните здесь
+
Обычные операции
@@ -358,13 +363,13 @@
Дополнительно
- 2. Прочитать оригинальную карту
+ 2. Прочитать карту
Операция с картой
- 3. Записать новую карту
+ 3. Записать карту
Операции с UID/UFUID
@@ -386,22 +391,14 @@
Выберите язык интерфейса
-
- 1. Начните здесь
-
-
-
-
-
-
-本工具仅支持SAK=08/18/28的
-卡片复制。SAK28无一键解密。
-若要复制S70卡片,请在高级界
-面上取消勾选“数据写入保护”。
-
+
+ Этот инструмент поддерживает только копирование
+карт SAK=08/18/28. SAK28 расшифровывается без ключа.
+Чтобы скопировать карту S70, снимите флажок
+“Защита от записи данных” в настройках программы.
- >>> Проверьте результат
+ Проверьте результат
Пожалуйста,
@@ -417,15 +414,10 @@
Привет!
+ Previous text: ппппппппппппппппппп
-
- Для первого запуска нажмите «Определить устройство», чтобы ускорить последующие запуски.
-
-
- Привет!
-
-Рекомендуется нажать «Определить», чтобы ускорить последующую операцию.
-
+
+ Таймер
Готов
@@ -445,210 +437,554 @@
Проверка обновлений
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 160, 74
+
+
+ 164, 96
+
+
+ 133, 29
+
+
+ 129, 25
+
+
+ 154, 29
+
+
+ 80, 25
+
+
+ 86, 2
+
+
+ 66, 25
+
+
+ 1098, 174
+
+
+ 56, 25
+
+
+ 170, 2
+
+
+ 200, 96
+
+
+ 196, 74
+
+
+ 107, 29
+
+
+ 103, 25
+
+
+ 190, 29
+
+
+ 62, 2
+
+
+ 56, 25
+
+
+ 122, 2
+
+
+ 66, 25
+
+
+ 78, 27
+
+
+ 77, 27
+
+
+ 89, 25
+
+
+ 84, 2
+
+
+ 114, 27
+
+
+ 159, 2
+
+
+ 89, 27
+
+
+ 83, 2
+
+
+ 72, 27
+
+
+ 586, 2
+
+
+ 156, 96
+
+
+ 152, 74
+
+
+ 83, 29
+
+
+ 79, 25
+
+
+ 146, 29
+
+
+ 66, 25
+
+
+ 72, 2
+
+
+ 72, 25
+
+
+ 177, 2
+
+
+ 49, 25
+
+
+ 102, 25
+
+
+ 115, 27
+
+
+ 136, 25
+
+
+ 202, 2
+
+
+ 120, 27
+
+
+ 134, 25
+
+
+ 142, 2
+
+
+ 88, 25
+
+
+ 95, 2
+
+
+ 78, 25
+
+
+ 256, 96
+
+
+ 252, 74
+
+
+ 106, 29
+
+
+ 246, 31
+
+
+ 122, 3
+
+
+ 121, 25
+
+
+ 1090, 225
+
+
+ 1090, 225
+
+
+ 1090, 225
+
+
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAW
- JQAAFiUBSVIk8AAAAgNJREFUOE+lkutLk2EYxvePhJaHShFBUTEPiCieQOmDiEZgrEbpYGiCQxkqA80I
- RUkUEZ0YRMS+DDI70MkTmzJnDc8iU8QT2mAEItnle90wHwTDyBduXnie5/rd133Q4ZKfAJqHFs9E08A8
- zD1emDpmYXjqRlnTFIrMk8iuGkNaxWekGEaQrHecBfw+/vPXODw6hj9whN2fh/Bt/8LSRgA3cxr/DeBZ
- 9kvmTNMoHGNbIrYN+3Aj23IxgJkpds0doP3VstgmsNexhutZ9QrAms8T0zYzU5xXM46kcjsmvfvoeL2i
- AeoUgA07T8yaaZuZKab1rzN74jgys1YB2O2gmBZzH49LODXrrJlnzEzxe9cOLH1ziMioVgCOiuIFX0CE
- Q+/WYf+yieiCFrRp9tkwxnP7Kt5MbKGm6wfC000KwDlTXNLgEvHMkh+Db32o7fYivtQm1l9+3IBOp5P7
- yjYPwlKNCsAluWudxgvtknb5t9oWcL/VLU2Mvd2JFq3uqs7vAtE/ceNayiMF4KiYMSjmY2O7B4Ua+NaD
- YQGEJumRbvyG1IcfBHI12aAAXM8R57aIWTNrLLY4tfNPiCvpR1SeVeu6WWzHFD6THSDwFMDdpmUG62NJ
- PKM4Or9ZxBxb8H8l7g5CEu8pAOfM3WanSeeS8CFHxW4zM2umbWamOCShXAH+/wNOANABIDUxWnDPAAAA
- AElFTkSuQmCC
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
+ LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
+ ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABk
+ CwAAAk1TRnQBSQFMAgEBBAEAAaABAAGgAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
+ AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
+ AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
+ AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
+ AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm
+ AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM
+ AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA
+ ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz
+ AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ
+ AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM
+ AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA
+ AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA
+ AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ
+ AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/
+ AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA
+ AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm
+ ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ
+ Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz
+ AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA
+ AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM
+ AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM
+ ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM
+ Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA
+ AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM
+ AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ
+ AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz
+ AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm
+ AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw
+ AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD//8A/wD/AP8AGwAE/yEA
+ BP8HAAG8AgABbQwAAQcC7QHvBwAB/wH0AfMB9AH/FAAB/wHyAewBbQHxAf8GAAHrAgABFQgABP8BbQIA
+ ARUE/wMAAf8B7AEUAW0B8QH/EgAB/wHyAW0CAAHsAf8DAAHqAfABvAQAAewB8gHqAbwDAAH/AfQB7wG8
+ Ae8BEQIAAQ4B7wHwAe8B8wH/AgAB/wETAgABEgHxAf8RAAHyAeoDAAH3Af8BAAH/AewKAAETAf8CAAH/
+ AZIBDgEQAQ8EAAEOAREBDgHsAf8CAAH/AewDAAETAfEQAAHyARIDAAHrAfMB/wEAAfIFAAHrAZIBEAQA
+ Ae8CAAHzAQ8DAAFDAfcB7wERAwABDwHxAf8BAAH/AfMB7AMAARUB8g4AAfIBFAMAAesB8wH/AgAB/wH3
+ AQ4BAAEOAfEB/wEAAfQBDgIAAW0B9AIAAf8B7AIAAUMB8gL/AfIBDwIAAW0B9AH/AgAB/wHzAesDAAEQ
+ AfIJAAH/AfIB8AG8ARUDAAFtAfMB/wUAAW0BAAESBAAB7QIAAfMEAAH0AeoBAAHsAfQCAAH/Ae0BAAET
+ AfMGAAH0AW0DAAEQAfIGAAH/AfABQwYAAeoB9AYAAf8BFAEAAUMB/wIAAf8BbQIAAfADAAH/AfMBEgEA
+ AesB9AIAAf8B7AEAARQB8gH/BgAB9AFtAwABFAHyAf8EAAHwBwAB6gH0BgAB9AEOAwAB7QH/AQAB8QMA
+ AQ4B8gIAAfQBbQIAAQ4BBwL0AbwBDwIAAeoB8wH/BgAB9AFtAgABDgH3Av8CAAH/AUMBAAIOBAAB8QcA
+ AfQBDgQAARUB6gEOAwABDgHyAgAB8wERAwABDwHrAW0BDgMAARAB8gH/BwAB9AHsAQ4B7QHxAe8B8gH/
+ AQAB9AEAARABkgH3AUMDAAHwCAAB8AoAAewDAAH/Ae8BDgFDARAEAAEOARUBDgGSAf8JAAH0AQcB8gHs
+ AQ4B7AH0AQAB9AEPAQcC/wGSAQ4CAAHxCQABvALzARECAAEOAfEB9AG8AfMDAAH/AfQBvAHxAbwBQwIA
+ AQ8BBwHyAbwB9AH/CgAB/wG8AQ4BEAEHAf8BAAH/AbwB/wEAAf8B7QEOAQABEAH/DAAB7AIAARMIAAT/
+ AW0CAAEVBP8LAAH/AfQB9wEHAv8CAAH/AQAB/wHvARACAAG8Af8MAAHzAu8B8AwAAfAC9wEHEAAD/wUA
+ Af8BvAEQAQABFQHwAf9HAAFCAU0BPgcAAT4DAAEoAwABQAMAASADAAEBAQABAQYAAQEWAAP/gQAC/wH8
+ AT8D/wHhAfwBPwH8AT8BgwL/AcAB/AE/AcABAwGBAv8BgAHgAQMBgAEBAYAC/wKAAQEBgAEBAYAC/wEA
+ AYABAQGAAQABgAF/Af4BAQGAAYEBgAEAAcABPwHgAQMB4wHDAcEBgwHwAR8BgAEPAcEBgwKBAfgBBwGA
+ AR8BgAGBAYABAAH8AQMBAAE/AYABAQGAAQAB/gEBAQABPwHAAQMBgAEBAf8BAQEAAT8B4AEDAYABAQH/
+ AYEBEAE/AfwBPwHAAQMB/wGBAaABPwH8AT8B/AE/Af8BxwHAAX8I/ws=
-
-
+
+ 1098, 253
+
+
+ 1086, 221
+
+
+ 623, 3
+
+
+ 92, 215
+
+
+ 88, 51
+
+
+ 3, 54
+
+
+ 86, 29
+
+
+ 424, 215
+
+
+ 406, 140
+
+
+ 402, 68
+
+
+ 95, 34
+
+
+ 160, 30
+
+
+ 202, 2
+
+
+ 162, 30
+
+
+ 202, 36
+
+
+ 162, 30
+
+
+ 167, 3
+
+
+ 369, 3
+
+
+ 400, 68
+
+
+ 432, 2
+
+
+ 186, 217
+
+
+ 182, 195
+
+
+ 178, 27
+
+
+ 178, 27
+
+
+ 178, 27
+
+
+ 178, 27
+
+
+ 178, 27
+
+
+ 893, 3
+
+
+ 190, 215
+
+
+ 184, 32
+
+
+ 141, 32
+
+
+ 104, 186
+
+
+ 84, 27
+
+
+ 720, 2
+
+
+ 168, 217
+
+
+ 164, 195
+
+
+ 160, 27
+
+
+ 160, 27
+
+
+ 160, 27
+
+
+ 3, 166
+
+
+ 158, 27
+
+
+ 862, 212
+
+
+ 856, 100
+
+
+ 262, 2
+
+
+ 320, 96
+
+
+ 316, 74
+
+
+ 312, 35
+
+
+ 234, 2
+
+
+ 310, 29
+
+
+ 856, 100
+
+
+ 374, 2
+
+
+ 334, 96
+
+
+ 330, 74
+
+
+ 324, 31
+
+
+ 250, 31
+
+
+ 712, 2
+
+
+ 142, 96
+
+
+ 138, 74
+
+
+ 134, 34
+
+
+ 1090, 225
+
+
+ 1084, 120
+
+
+ 266, 116
+
+
+ 262, 94
+
+
+ 240, 19
+
+
+ 237, 19
+
+
+ 258, 19
+
+
+ 200, 19
+
+
+ 272, 2
+
+
+ 228, 116
+
+
+ 216, 56
+
+
+ 150, 31
+
+
+ 131, 15
+
+
+ 144, 15
+
+
+ 150, 2
+
+
+ 504, 2
+
+
+ 487, 116
+
+
+ 483, 94
+
+
+ 223, 19
+
+
+ 477, 19
+
+
+ 118, 15
+
+
+ 1084, 93
+
+
+ 170, 68
+
+
+ 164, 44
+
+
+ 158, 15
+
+
+ 158, 23
+
+
+ 178, 2
+
+
+ 346, 70
+
+
+ 342, 48
+
+
+ 338, 19
+
+
+ 281, 19
+
+
+ 528, 2
+
+
+ 186, 70
+
+
+ 182, 48
+
+
+ 178, 19
+
+
+ 0, 434
+
+
+ 1098, 22
+
+
+ 60, 23
+
+
+ 18, 23
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+ YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIGSURBVDhPrZLrS5NhGMbff0RMs4OKCEaJR0ISD4Hih5CM
+ wJiOtMHQBEcxVAZqEYpiJCK6MIiIfRl4qshzsiVz1vAsMUXURBuMQCS7eq9bx+MHw5BeuHnheZ7rd1/3
+ QfsvX33PAo5HXfccLO0+mFtmYHzqQVHdZ+RbJpFZMY608iGkGAeQZHDiSH4I+HXw+6+xt3+AQHAf33/s
+ wb/5E4trQURn1f4bwLsUkMwZ5jE4xzdEbO/z43Km9XQAM1Psnt1F85slsU1gh/MbLt14rACs+SQxbTMz
+ xTlVE0gsdmDSt4OWt8s64JECsGEniVkzbTMzxbQ+Mr0tjb6YUa0A7HZITIvZDyckXLp11swzZqb4nXsL
+ 1s5ZXLheqQAcFcXz/qAIewZX4RheR+zNBjTp9tkwRptjBb2fNlD1/Cui0s0KwDlTXFjjFvH0YgAv+/2o
+ fuHDldt2sf76wxoFcv+gyYvzqSYF4JLctU3hlX5Ju/zb7PMoeeKRJsYXtKJBr7ui9YtADI0eRKaUKQBH
+ xYwhMR+bmr3I08HJpX0COJdoQLppFKn33wskIsmoAFzPAdemiFkza7xldelr+xEJhV2IybHpXbeI7bi8
+ Z7IDBB7JNY27TcsM1seSeEZxbG69iDm20D8s4Q7Cr91TAM6Zu81Ok84l4UOOit1mZtZM28xMcfjVYgU4
+ +6dpfwAbFjEWhbPs1wAAAABJRU5ErkJggg==
+
+
+
+ 165, 22
+
+
+ 1098, 456
@@ -1782,7 +2118,4 @@
//////////////////////////////////8=
-
-
-
\ No newline at end of file
diff --git a/MifareOneTool/Form1.zh.resx b/MifareOneTool/Form1.zh.resx
index 00aea4a..c3d8e9a 100644
--- a/MifareOneTool/Form1.zh.resx
+++ b/MifareOneTool/Form1.zh.resx
@@ -316,9 +316,10 @@
单线程计算
- 多实例运行模式
+ 多实例运行模式 会禁用多开检测 请自行指定设备
+ Previous text: 多实例运行模式
会禁用多开检测
-请自行指定设备
+请自行指定设备
减少找设备延迟
@@ -356,6 +357,9 @@
语言和地区
+
+ 从这里开始
+
普通卡操作
@@ -393,31 +397,15 @@
选择界面语言
-
- >>
-
-
- >>>
-
-
- >>>>>
-
-
- 从这里开始
-
-
-
-
-
-
-本工具仅支持SAK=08/18/28的
+
+ 本工具仅支持SAK=08/18/28的
卡片复制。SAK28无一键解密。
若要复制S70卡片,请在高级界
面上取消勾选“数据写入保护”。
- >>> 尝试一下是否成功
+ 尝试一下是否成功
请放
@@ -432,14 +420,10 @@
Hello,cardman!
+ Previous text: ппппппппппппппппппп
-
- 首次运行建议点击"检测设备"以加快后续运行速度
-
-
- Hello,cardman!
-首次运行建议点击"检测设备"以加快后续运行速度
-
+
+ 计时器
就绪
@@ -447,12 +431,22 @@
statusStrip1
+
+ round_build_black_18pt_1x.png
+
高级操作模式
+
+ sharp_file_copy_black_18pt_1x.png
+ Previous text: round_create_black_18pt_1x.png
+
复制卡模式
+
+ round_settings_black_18pt_1x.png
+
软件设置
diff --git a/MifareOneTool/FormDiff.resx b/MifareOneTool/FormDiff.resx
index 8fb57b0..e3e62d4 100644
--- a/MifareOneTool/FormDiff.resx
+++ b/MifareOneTool/FormDiff.resx
@@ -117,6 +117,40 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ A
+
+
+ B
+
+
+ 比较
+
+
+ DiffTool
+
+
+ 欢迎使用M1T内置的差异工具!
+
+
+ 说明:
+
+
+ 点击上方的AB两个按键分别选择MFD文件。
+
+
+ 然后点击“比较”即可看到结果。
+
+
+ 欢迎使用M1T内置的差异工具!
+说明:
+点击上方的AB两个按键分别选择MFD文件。
+然后点击“比较”即可看到结果。
+
+
+
+ True
+
Fill
@@ -138,13 +172,6 @@
0
-
- 欢迎使用M1T内置的差异工具!
-说明:
-点击上方的AB两个按键分别选择MFD文件。
-然后点击“比较”即可看到结果。
-
-
richTextBox1
@@ -169,9 +196,6 @@
1
-
- A
-
MiddleLeft
@@ -199,9 +223,6 @@
2
-
- B
-
MiddleLeft
@@ -238,9 +259,6 @@
3
-
- 比较
-
button3
@@ -358,9 +376,6 @@
0
-
- True
-
6, 13
@@ -376,9 +391,6 @@
2, 3, 2, 3
-
- DiffTool
-
FormDiff
diff --git a/MifareOneTool/FormHTool.resx b/MifareOneTool/FormHTool.resx
index ee6361c..8d89b95 100644
--- a/MifareOneTool/FormHTool.resx
+++ b/MifareOneTool/FormHTool.resx
@@ -117,9 +117,221 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 修改扇区(Enter)
+
+
+ 扇区
+
+
+ KeyAB读写及增减值
+
+
+ [只读]KeyAB读及减值/不可写及增值
+
+
+ [只读]KeyAB读/不可写及增减值
+
+
+ KeyB读写/不可增减值
+
+
+ KeyAB读/KeyB写/不可增减值
+
+
+ [只读]KeyB读/不可写及增减值
+
+
+ KeyAB读及减值/KeyB写及增值
+
+
+ [只读]锁死该扇区
+
+
+ KeyAB读写及增减值
+
+
+ [只读]KeyAB读及减值/不可写及增值
+
+
+ [只读]KeyAB读/不可写及增减值
+
+
+ KeyB读写/不可增减值
+
+
+ KeyAB读/KeyB写/不可增减值
+
+
+ [只读]KeyB读/不可写及增减值
+
+
+ KeyAB读及减值/KeyB写及增值
+
+
+ [只读]锁死该扇区
+
+
+ KeyAB读写及增减值
+
+
+ [只读]KeyAB读及减值/不可写及增值
+
+
+ [只读]KeyAB读/不可写及增减值
+
+
+ KeyB读写/不可增减值
+
+
+ KeyAB读/KeyB写/不可增减值
+
+
+ [只读]KeyB读/不可写及增减值
+
+
+ KeyAB读及减值/KeyB写及增值
+
+
+ [只读]锁死该扇区
+
+
+ [不可逆]KeyA:A写/AC:A只读/KeyB:A读写
+
+
+ KeyA:A写/AC:A读写/KeyB:A读写
+
+
+ [不可逆]KeyA:不能读写/AC:A只读/KeyB:A读
+
+
+ KeyA:B写/AC:A只读B读写/KeyB:B写
+
+
+ [不可逆]KeyA:B写/AC:AB只读/KeyB:B写
+
+
+ KeyA:不能读写/AC:A只读B读写/KeyB:不能读写
+
+
+ [不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写
+
+
+ [不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写(重复了?)
+
+
+ S50HTool-beta
+
+
+ 扇区列表
+
+
+ 扇区信息
+
+
+ 输出
+
+
+ 第0块
+
+
+ 第1块
+
+
+ 第2块
+
+
+ KeyA
+
+
+ KeyB
+
+
+ 0块权限
+
+
+ 1块权限
+
+
+ 2块权限
+
+
+ Key/ACbits权限
+
+
+ 当前选定扇区:??
+
+
+ menuStrip1
+
+
+ 欢迎使用M1T的集成编辑器S50HTool!
+
+
+ 打开文件请点左上角文件-打开或Ctrl+O
+
+
+ 欢迎使用M1T的集成编辑器S50HTool!
+打开文件请点左上角文件-打开或Ctrl+O
+
+
+
+ 保存
+
+
+ 修改UID
+
+
+ 列出全卡密钥
+
+
+ 另存为
+
+
+ 导入MCT格式
+
+
+ 导出为MCT格式
+
+
+ 导出密钥字典
+
+
+ 工具
+
+
+ 打开
+
+
+ 文件
+
+
+ 新建
+
+
+ 检查全卡
+
+
+ 检查并纠正全卡
+
+
+ 退出
+
17, 17
+
+ True
+
+
+ 155, 17
+
+
+ True
+
+
+ 50
+
Ctrl+N
@@ -128,36 +340,24 @@
260, 30
-
- 新建
-
Ctrl+O
260, 30
-
- 打开
-
Ctrl+S
260, 30
-
- 保存
-
Ctrl+Shift+S
260, 30
-
- 另存为
-
257, 6
@@ -167,24 +367,15 @@
260, 30
-
- 退出
-
60, 29
-
- 文件
-
Ctrl+U
291, 30
-
- 修改UID
-
288, 6
@@ -194,18 +385,12 @@
291, 30
-
- 检查全卡
-
Ctrl+K
291, 30
-
- 检查并纠正全卡
-
288, 6
@@ -215,27 +400,18 @@
291, 30
-
- 导入MCT格式
-
Ctrl+M
291, 30
-
- 导出为MCT格式
-
Ctrl+N
291, 30
-
- 导出密钥字典
-
288, 6
@@ -245,15 +421,9 @@
291, 30
-
- 列出全卡密钥
-
60, 29
-
- 工具
-
0, 0
@@ -267,9 +437,6 @@
0
-
- menuStrip1
-
menuStrip1
@@ -282,12 +449,6 @@
1
-
- True
-
-
- 扇区
-
Fill
@@ -330,9 +491,6 @@
1
-
- 扇区列表
-
groupBox1
@@ -381,9 +539,6 @@
12
-
- 0块权限
-
label6
@@ -396,30 +551,6 @@
0
-
- KeyAB读写及增减值
-
-
- [只读]KeyAB读及减值/不可写及增值
-
-
- [只读]KeyAB读/不可写及增减值
-
-
- KeyB读写/不可增减值
-
-
- KeyAB读/KeyB写/不可增减值
-
-
- [只读]KeyB读/不可写及增减值
-
-
- KeyAB读及减值/KeyB写及增值
-
-
- [只读]锁死该扇区
-
3, 23
@@ -456,9 +587,6 @@
13
-
- 1块权限
-
label7
@@ -471,30 +599,6 @@
2
-
- KeyAB读写及增减值
-
-
- [只读]KeyAB读及减值/不可写及增值
-
-
- [只读]KeyAB读/不可写及增减值
-
-
- KeyB读写/不可增减值
-
-
- KeyAB读/KeyB写/不可增减值
-
-
- [只读]KeyB读/不可写及增减值
-
-
- KeyAB读及减值/KeyB写及增值
-
-
- [只读]锁死该扇区
-
3, 77
@@ -531,9 +635,6 @@
14
-
- 2块权限
-
label8
@@ -546,30 +647,6 @@
4
-
- KeyAB读写及增减值
-
-
- [只读]KeyAB读及减值/不可写及增值
-
-
- [只读]KeyAB读/不可写及增减值
-
-
- KeyB读写/不可增减值
-
-
- KeyAB读/KeyB写/不可增减值
-
-
- [只读]KeyB读/不可写及增减值
-
-
- KeyAB读及减值/KeyB写及增值
-
-
- [只读]锁死该扇区
-
3, 131
@@ -606,9 +683,6 @@
15
-
- Key/ACbits权限
-
label9
@@ -621,30 +695,6 @@
6
-
- [不可逆]KeyA:A写/AC:A只读/KeyB:A读写
-
-
- KeyA:A写/AC:A读写/KeyB:A读写
-
-
- [不可逆]KeyA:不能读写/AC:A只读/KeyB:A读
-
-
- KeyA:B写/AC:A只读B读写/KeyB:B写
-
-
- [不可逆]KeyA:B写/AC:AB只读/KeyB:B写
-
-
- KeyA:不能读写/AC:A只读B读写/KeyB:不能读写
-
-
- [不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写
-
-
- [不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写(重复了?)
-
3, 185
@@ -717,9 +767,6 @@
7
-
- KeyA
-
label4
@@ -771,9 +818,6 @@
11
-
- KeyB
-
label5
@@ -864,9 +908,6 @@
0
-
- 当前选定扇区:??
-
MiddleCenter
@@ -903,9 +944,6 @@
20
-
- 修改扇区(Enter)
-
buttonSaveSectorEdit
@@ -963,9 +1001,6 @@
1
-
- 第0块
-
label1
@@ -1014,9 +1049,6 @@
3
-
- 第1块
-
label2
@@ -1065,9 +1097,6 @@
5
-
- 第2块
-
label3
@@ -1170,9 +1199,6 @@
2
-
- 扇区信息
-
groupBox2
@@ -1203,11 +1229,6 @@
0
-
- 欢迎使用M1T的集成编辑器S50HTool!
-打开文件请点左上角文件-打开或Ctrl+O
-
-
richTextBox1
@@ -1232,9 +1253,6 @@
3
-
- 输出
-
groupBox3
@@ -1283,15 +1301,6 @@
<?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox3" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="groupBox2" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0" /></TableLayoutSettings>
-
- 155, 17
-
-
- True
-
-
- 50
-
9, 20
@@ -1307,9 +1316,6 @@
NoControl
-
- S50HTool-beta
-
文件ToolStripMenuItem
diff --git a/MifareOneTool/FormHTool.zh.resx b/MifareOneTool/FormHTool.zh.resx
index e2d97c7..54cd753 100644
--- a/MifareOneTool/FormHTool.zh.resx
+++ b/MifareOneTool/FormHTool.zh.resx
@@ -274,9 +274,6 @@
欢迎使用M1T的集成编辑器S50HTool!
打开文件请点左上角文件-打开或Ctrl+O
- Previous text: 欢迎使用M1T的集成编辑器S50HTool!
-打开文件请点左上角文件-打开或Ctrl+O
-
保存
diff --git a/MifareOneTool/FormHardNes.resx b/MifareOneTool/FormHardNes.resx
index 39f8554..bf40a21 100644
--- a/MifareOneTool/FormHardNes.resx
+++ b/MifareOneTool/FormHardNes.resx
@@ -117,6 +117,69 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 执行!
+
+
+ 取消
+
+
+ 只采集不计算
+
+
+ 初始化HardNested解密
+
+
+ 目标卡-已知信息
+
+
+ 目标扇区解密设置
+
+
+ ffffffffffff
+
+
+ ffffffffffff
+
+
+ 连续工作时请注意设备散热!
+
+
+ 已知的Key
+
+
+ 扇区号
+
+
+ 类型
+
+
+ 类型
+
+
+ 扇区号
+
+
+ KeyA
+
+
+ KeyB
+
+
+ KeyA
+
+
+ KeyB
+
+
+ 0
+
+
+ 0
+
+
+ True
+
True
@@ -135,9 +198,6 @@
0
-
- 执行!
-
button1
@@ -168,9 +228,6 @@
1
-
- 取消
-
button2
@@ -216,9 +273,6 @@
2
-
- 目标卡-已知信息
-
groupBox1
@@ -243,9 +297,6 @@
15
-
- KeyB
-
radioKey1B
@@ -270,9 +321,6 @@
14
-
- KeyA
-
radioKey1A
@@ -300,9 +348,6 @@
13
-
- 类型
-
MiddleCenter
@@ -333,9 +378,6 @@
12
-
- 扇区号
-
MiddleCenter
@@ -363,9 +405,6 @@
11
-
- 0
-
sector1
@@ -390,9 +429,6 @@
10
-
- ffffffffffff
-
keyEdit
@@ -420,9 +456,6 @@
0
-
- 已知的Key
-
MiddleCenter
@@ -453,9 +486,6 @@
3
-
- 连续工作时请注意设备散热!
-
MiddleCenter
@@ -483,9 +513,6 @@
15
-
- KeyB
-
radioKey2B
@@ -510,9 +537,6 @@
14
-
- KeyA
-
radioKey2A
@@ -540,9 +564,6 @@
13
-
- 类型
-
MiddleCenter
@@ -573,9 +594,6 @@
12
-
- 扇区号
-
MiddleCenter
@@ -624,9 +642,6 @@
16
-
- 目标扇区解密设置
-
groupBox2
@@ -654,9 +669,6 @@
17
-
- 只采集不计算
-
checkBoxColOnly
@@ -702,90 +714,6 @@
4
-
- radioKey1B
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 0
-
-
- label2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 1
-
-
- radioKey1A
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 2
-
-
- keyEdit
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 3
-
-
- label4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 4
-
-
- label3
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 5
-
-
- sector1
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel1
-
-
- 6
-
Fill
@@ -801,21 +729,6 @@
17
-
- tableLayoutPanel1
-
-
- 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="radioKey1B" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="label2" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="radioKey1A" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="keyEdit" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label4" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label3" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="sector1" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
-
True
@@ -825,18 +738,6 @@
4
-
- sector2
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel2
-
-
- 4
-
Fill
@@ -984,33 +885,6 @@
2
-
- tableLayoutPanel2
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel4
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="radioKey2B" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="radioKey2A" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label6" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label5" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="sector2" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
-
-
- checkBoxColOnly
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel4
-
-
- 1
-
Fill
@@ -1026,24 +900,6 @@
18
-
- tableLayoutPanel4
-
-
- 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="tableLayoutPanel2" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBoxColOnly" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,Absolute,20" /></TableLayoutSettings>
-
-
- True
-
9, 20
@@ -1056,9 +912,6 @@
444, 298
-
- 初始化HardNested解密
-
FormHardNes
diff --git a/MifareOneTool/FormMFF08.resx b/MifareOneTool/FormMFF08.resx
index 606b26b..f8c55a3 100644
--- a/MifareOneTool/FormMFF08.resx
+++ b/MifareOneTool/FormMFF08.resx
@@ -172,12 +172,6 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
------------------------------------------------------------------------
- Previous text: 每个人使用CUID卡的时候,总会因不了解或是不经意犯下一些小错误。
-比如使用编辑器修改UID却没有改BCC,SAK=28的卡片解密后的文件直接写入,又或是从S70卡片导入数据写入1K卡却没有更正ATQA。
-MFF08工具给了你一次修复这些损坏卡片的机会。
-------------------------------------------------------------------------
-
-
True
diff --git a/MifareOneTool/FormMFF08.zh.resx b/MifareOneTool/FormMFF08.zh.resx
index ae1d6c7..8a6a2ce 100644
--- a/MifareOneTool/FormMFF08.zh.resx
+++ b/MifareOneTool/FormMFF08.zh.resx
@@ -172,11 +172,5 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
------------------------------------------------------------------------
- Previous text: 每个人使用CUID卡的时候,总会因不了解或是不经意犯下一些小错误。
-比如使用编辑器修改UID却没有改BCC,SAK=28的卡片解密后的文件直接写入,又或是从S70卡片导入数据写入1K卡却没有更正ATQA。
-MFF08工具给了你一次修复这些损坏卡片的机会。
-------------------------------------------------------------------------
-
-
\ No newline at end of file
diff --git a/MifareOneTool/MifareOneTool.csproj b/MifareOneTool/MifareOneTool.csproj
index a52abeb..a804a0f 100644
--- a/MifareOneTool/MifareOneTool.csproj
+++ b/MifareOneTool/MifareOneTool.csproj
@@ -201,6 +201,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+