From a69909f3203a8da42210b37df79afab10a5a57dd Mon Sep 17 00:00:00 2001 From: Semen8991 Date: Thu, 9 May 2019 15:37:50 +0300 Subject: [PATCH] support autosize program for any languages --- MifareOneTool/Form1.Designer.cs | 732 +++- MifareOneTool/Form1.cs | 15 + MifareOneTool/Form1.resx | 6467 +++++++++++++++++++------------ MifareOneTool/Form1.ru.resx | 22 +- 4 files changed, 4636 insertions(+), 2600 deletions(-) diff --git a/MifareOneTool/Form1.Designer.cs b/MifareOneTool/Form1.Designer.cs index 66058a8..85d652c 100644 --- a/MifareOneTool/Form1.Designer.cs +++ b/MifareOneTool/Form1.Designer.cs @@ -63,28 +63,28 @@ this.buttonMFF08 = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage2 = new System.Windows.Forms.TabPage(); - this.buttonEStop = new System.Windows.Forms.Button(); - this.label8 = new System.Windows.Forms.Label(); + this.panel1 = new System.Windows.Forms.Panel(); + 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.label8 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.buttonECheckEncrypt = new System.Windows.Forms.Button(); - this.buttoEScanCard = new System.Windows.Forms.Button(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.buttonECuidWrite = new System.Windows.Forms.Button(); this.buttonEUIDWrite = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); - this.buttonEMfWrite = new System.Windows.Forms.Button(); - this.buttonEscan = new System.Windows.Forms.Button(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.buttonEReadUID = new System.Windows.Forms.Button(); this.buttonESelectKey = new System.Windows.Forms.Button(); this.buttonECmfoc = new System.Windows.Forms.Button(); this.buttonEMfRead = new System.Windows.Forms.Button(); this.buttonEMfoc = new System.Windows.Forms.Button(); - this.label5 = new System.Windows.Forms.Label(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.groupBox10 = new System.Windows.Forms.GroupBox(); this.buttonHardNested = new System.Windows.Forms.Button(); @@ -112,6 +112,7 @@ this.checkBoxWriteProtect = new System.Windows.Forms.CheckBox(); this.checkBoxAutoLoadKey = new System.Windows.Forms.CheckBox(); this.checkBoxAutoABN = new System.Windows.Forms.CheckBox(); + this.buttonEStop = new System.Windows.Forms.Button(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.runTimeLabel = new System.Windows.Forms.ToolStripStatusLabel(); @@ -119,12 +120,48 @@ this.toolStripCheckUpdate = new System.Windows.Forms.ToolStripSplitButton(); this.curDevice = new System.Windows.Forms.ToolStripStatusLabel(); this.timer1 = new System.Windows.Forms.Timer(this.components); + this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel(); + this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); + this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel(); + this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel(); + this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); + this.flowLayoutPanel9 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel10 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel11 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel12 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel13 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel14 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel15 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel16 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel17 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel18 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel19 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel20 = new System.Windows.Forms.FlowLayoutPanel(); + this.flowLayoutPanel21 = new System.Windows.Forms.FlowLayoutPanel(); + this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel(); + this.buttonEMfWrite = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); + this.panel1.SuspendLayout(); + this.tableLayoutPanel1.SuspendLayout(); this.groupBox7.SuspendLayout(); this.groupBox5.SuspendLayout(); this.tabPage1.SuspendLayout(); @@ -139,17 +176,47 @@ ((System.ComponentModel.ISupportInitialize)(this.numericCLIFontSize)).BeginInit(); this.groupBox6.SuspendLayout(); this.statusStrip1.SuspendLayout(); + this.tableLayoutPanel2.SuspendLayout(); + this.flowLayoutPanel1.SuspendLayout(); + this.tableLayoutPanel3.SuspendLayout(); + this.tableLayoutPanel5.SuspendLayout(); + this.tableLayoutPanel6.SuspendLayout(); + this.tableLayoutPanel7.SuspendLayout(); + this.tableLayoutPanel8.SuspendLayout(); + this.tableLayoutPanel9.SuspendLayout(); + this.tableLayoutPanel10.SuspendLayout(); + this.flowLayoutPanel2.SuspendLayout(); + this.flowLayoutPanel3.SuspendLayout(); + this.tableLayoutPanel12.SuspendLayout(); + this.flowLayoutPanel4.SuspendLayout(); + this.flowLayoutPanel5.SuspendLayout(); + this.flowLayoutPanel6.SuspendLayout(); + this.flowLayoutPanel7.SuspendLayout(); + this.flowLayoutPanel8.SuspendLayout(); + this.tableLayoutPanel4.SuspendLayout(); + this.flowLayoutPanel9.SuspendLayout(); + this.flowLayoutPanel10.SuspendLayout(); + this.flowLayoutPanel11.SuspendLayout(); + this.flowLayoutPanel12.SuspendLayout(); + this.flowLayoutPanel13.SuspendLayout(); + this.flowLayoutPanel14.SuspendLayout(); + this.flowLayoutPanel15.SuspendLayout(); + this.flowLayoutPanel16.SuspendLayout(); + this.flowLayoutPanel17.SuspendLayout(); + this.flowLayoutPanel18.SuspendLayout(); + this.flowLayoutPanel19.SuspendLayout(); + this.flowLayoutPanel20.SuspendLayout(); + this.flowLayoutPanel21.SuspendLayout(); + this.tableLayoutPanel11.SuspendLayout(); + this.tableLayoutPanel13.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // resources.ApplyResources(this.groupBox1, "groupBox1"); - this.groupBox1.Controls.Add(this.buttonCLI); - this.groupBox1.Controls.Add(this.buttonScanCard); - this.groupBox1.Controls.Add(this.buttonListDev); + this.groupBox1.Controls.Add(this.tableLayoutPanel5); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip")); // // buttonCLI // @@ -182,7 +249,6 @@ this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; - this.toolTipHelp.SetToolTip(this.richTextBox1, resources.GetString("richTextBox1.ToolTip")); // // buttonMfRead // @@ -195,13 +261,9 @@ // groupBox2 // resources.ApplyResources(this.groupBox2, "groupBox2"); - this.groupBox2.Controls.Add(this.buttonMfFormat); - this.groupBox2.Controls.Add(this.buttonMfWrite); - this.groupBox2.Controls.Add(this.buttonSelectKey); - this.groupBox2.Controls.Add(this.buttonMfRead); + this.groupBox2.Controls.Add(this.tableLayoutPanel7); this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox2, resources.GetString("groupBox2.ToolTip")); // // buttonMfFormat // @@ -278,18 +340,14 @@ // groupBox3 // resources.ApplyResources(this.groupBox3, "groupBox3"); - this.groupBox3.Controls.Add(this.buttonKill); - this.groupBox3.Controls.Add(this.buttonConSave); - this.groupBox3.Controls.Add(this.buttonConClr); + this.groupBox3.Controls.Add(this.tableLayoutPanel10); this.groupBox3.Name = "groupBox3"; this.groupBox3.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox3, resources.GetString("groupBox3.ToolTip")); // // buttonKill // resources.ApplyResources(this.buttonKill, "buttonKill"); this.buttonKill.Name = "buttonKill"; - this.toolTipHelp.SetToolTip(this.buttonKill, resources.GetString("buttonKill.ToolTip")); this.buttonKill.UseVisualStyleBackColor = true; this.buttonKill.Click += new System.EventHandler(this.buttonKill_Click); // @@ -297,7 +355,6 @@ // resources.ApplyResources(this.buttonConSave, "buttonConSave"); this.buttonConSave.Name = "buttonConSave"; - this.toolTipHelp.SetToolTip(this.buttonConSave, resources.GetString("buttonConSave.ToolTip")); this.buttonConSave.UseVisualStyleBackColor = true; this.buttonConSave.Click += new System.EventHandler(this.buttonConSave_Click); // @@ -305,7 +362,6 @@ // resources.ApplyResources(this.buttonConClr, "buttonConClr"); this.buttonConClr.Name = "buttonConClr"; - this.toolTipHelp.SetToolTip(this.buttonConClr, resources.GetString("buttonConClr.ToolTip")); this.buttonConClr.UseVisualStyleBackColor = true; this.buttonConClr.Click += new System.EventHandler(this.buttonConClr_Click); // @@ -321,7 +377,6 @@ // resources.ApplyResources(this.buttonHexTool, "buttonHexTool"); this.buttonHexTool.Name = "buttonHexTool"; - this.toolTipHelp.SetToolTip(this.buttonHexTool, resources.GetString("buttonHexTool.ToolTip")); this.buttonHexTool.UseVisualStyleBackColor = true; this.buttonHexTool.Click += new System.EventHandler(this.buttonHexTool_Click); // @@ -329,7 +384,6 @@ // resources.ApplyResources(this.buttonDiffTool, "buttonDiffTool"); this.buttonDiffTool.Name = "buttonDiffTool"; - this.toolTipHelp.SetToolTip(this.buttonDiffTool, resources.GetString("buttonDiffTool.ToolTip")); this.buttonDiffTool.UseVisualStyleBackColor = true; this.buttonDiffTool.Click += new System.EventHandler(this.buttonDiffTool_Click); // @@ -384,18 +438,14 @@ // groupBox4 // resources.ApplyResources(this.groupBox4, "groupBox4"); - this.groupBox4.Controls.Add(this.buttonMFF08); - this.groupBox4.Controls.Add(this.buttonDiffTool); - this.groupBox4.Controls.Add(this.buttonHexTool); + this.groupBox4.Controls.Add(this.tableLayoutPanel6); this.groupBox4.Name = "groupBox4"; this.groupBox4.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox4, resources.GetString("groupBox4.ToolTip")); // // buttonMFF08 // resources.ApplyResources(this.buttonMFF08, "buttonMFF08"); this.buttonMFF08.Name = "buttonMFF08"; - this.toolTipHelp.SetToolTip(this.buttonMFF08, resources.GetString("buttonMFF08.ToolTip")); this.buttonMFF08.UseVisualStyleBackColor = true; this.buttonMFF08.Click += new System.EventHandler(this.buttonMFF08_Click); // @@ -407,106 +457,104 @@ this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; - this.toolTipHelp.SetToolTip(this.tabControl1, resources.GetString("tabControl1.ToolTip")); // // tabPage2 // + this.tabPage2.Controls.Add(this.tableLayoutPanel2); resources.ApplyResources(this.tabPage2, "tabPage2"); - this.tabPage2.Controls.Add(this.buttonEStop); - this.tabPage2.Controls.Add(this.label8); - this.tabPage2.Controls.Add(this.label7); - this.tabPage2.Controls.Add(this.label6); - this.tabPage2.Controls.Add(this.label4); - this.tabPage2.Controls.Add(this.label3); - this.tabPage2.Controls.Add(this.label2); - this.tabPage2.Controls.Add(this.buttonECheckEncrypt); - this.tabPage2.Controls.Add(this.buttoEScanCard); - this.tabPage2.Controls.Add(this.groupBox7); - this.tabPage2.Controls.Add(this.buttonEscan); - this.tabPage2.Controls.Add(this.groupBox5); - this.tabPage2.Controls.Add(this.label5); this.tabPage2.Name = "tabPage2"; - this.toolTipHelp.SetToolTip(this.tabPage2, resources.GetString("tabPage2.ToolTip")); this.tabPage2.UseVisualStyleBackColor = true; // - // buttonEStop + // panel1 // - resources.ApplyResources(this.buttonEStop, "buttonEStop"); - this.buttonEStop.Name = "buttonEStop"; - this.toolTipHelp.SetToolTip(this.buttonEStop, resources.GetString("buttonEStop.ToolTip")); - this.buttonEStop.UseVisualStyleBackColor = true; - this.buttonEStop.Click += new System.EventHandler(this.buttonEStop_Click); + resources.ApplyResources(this.panel1, "panel1"); + this.panel1.Controls.Add(this.tableLayoutPanel1); + this.panel1.Controls.Add(this.label5); + this.panel1.Name = "panel1"; // - // label8 + // tableLayoutPanel1 // - resources.ApplyResources(this.label8, "label8"); - this.label8.ForeColor = System.Drawing.Color.Green; - this.label8.Name = "label8"; - this.toolTipHelp.SetToolTip(this.label8, resources.GetString("label8.ToolTip")); + 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.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.Name = "label7"; - this.toolTipHelp.SetToolTip(this.label7, resources.GetString("label7.ToolTip")); // - // label6 + // buttonEscan // - resources.ApplyResources(this.label6, "label6"); - this.label6.Name = "label6"; - this.toolTipHelp.SetToolTip(this.label6, resources.GetString("label6.ToolTip")); - // - // label4 - // - resources.ApplyResources(this.label4, "label4"); - this.label4.Name = "label4"; - this.toolTipHelp.SetToolTip(this.label4, resources.GetString("label4.ToolTip")); + resources.ApplyResources(this.buttonEscan, "buttonEscan"); + this.buttonEscan.Name = "buttonEscan"; + this.buttonEscan.UseVisualStyleBackColor = true; + this.buttonEscan.Click += new System.EventHandler(this.buttonEscan_Click); // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; - this.toolTipHelp.SetToolTip(this.label3, resources.GetString("label3.ToolTip")); - // - // label2 - // - resources.ApplyResources(this.label2, "label2"); - this.label2.Name = "label2"; - this.toolTipHelp.SetToolTip(this.label2, resources.GetString("label2.ToolTip")); // // buttonECheckEncrypt // resources.ApplyResources(this.buttonECheckEncrypt, "buttonECheckEncrypt"); this.buttonECheckEncrypt.Name = "buttonECheckEncrypt"; - this.toolTipHelp.SetToolTip(this.buttonECheckEncrypt, resources.GetString("buttonECheckEncrypt.ToolTip")); this.buttonECheckEncrypt.UseVisualStyleBackColor = true; 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.Name = "buttoEScanCard"; - this.toolTipHelp.SetToolTip(this.buttoEScanCard, resources.GetString("buttoEScanCard.ToolTip")); this.buttoEScanCard.UseVisualStyleBackColor = true; this.buttoEScanCard.Click += new System.EventHandler(this.buttoEScanCard_Click); // + // label5 + // + this.label5.AutoEllipsis = true; + resources.ApplyResources(this.label5, "label5"); + this.label5.ForeColor = System.Drawing.Color.Blue; + this.label5.Name = "label5"; + // + // label8 + // + resources.ApplyResources(this.label8, "label8"); + this.label8.ForeColor = System.Drawing.Color.Green; + this.label8.Name = "label8"; + // + // label6 + // + resources.ApplyResources(this.label6, "label6"); + this.label6.Name = "label6"; + // + // label4 + // + resources.ApplyResources(this.label4, "label4"); + this.label4.Name = "label4"; + // // groupBox7 // resources.ApplyResources(this.groupBox7, "groupBox7"); - this.groupBox7.Controls.Add(this.buttonECuidWrite); - this.groupBox7.Controls.Add(this.buttonEUIDWrite); - this.groupBox7.Controls.Add(this.button4); - this.groupBox7.Controls.Add(this.buttonEMfWrite); + this.groupBox7.Controls.Add(this.tableLayoutPanel13); this.groupBox7.Name = "groupBox7"; this.groupBox7.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox7, resources.GetString("groupBox7.ToolTip")); // // buttonECuidWrite // resources.ApplyResources(this.buttonECuidWrite, "buttonECuidWrite"); this.buttonECuidWrite.Name = "buttonECuidWrite"; - this.toolTipHelp.SetToolTip(this.buttonECuidWrite, resources.GetString("buttonECuidWrite.ToolTip")); this.buttonECuidWrite.UseVisualStyleBackColor = true; this.buttonECuidWrite.Click += new System.EventHandler(this.buttonECuidWrite_Click); // @@ -514,7 +562,6 @@ // resources.ApplyResources(this.buttonEUIDWrite, "buttonEUIDWrite"); this.buttonEUIDWrite.Name = "buttonEUIDWrite"; - this.toolTipHelp.SetToolTip(this.buttonEUIDWrite, resources.GetString("buttonEUIDWrite.ToolTip")); this.buttonEUIDWrite.UseVisualStyleBackColor = true; this.buttonEUIDWrite.Click += new System.EventHandler(this.buttonEUIDWrite_Click); // @@ -522,43 +569,20 @@ // resources.ApplyResources(this.button4, "button4"); this.button4.Name = "button4"; - this.toolTipHelp.SetToolTip(this.button4, resources.GetString("button4.ToolTip")); this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // - // buttonEMfWrite - // - resources.ApplyResources(this.buttonEMfWrite, "buttonEMfWrite"); - this.buttonEMfWrite.Name = "buttonEMfWrite"; - this.toolTipHelp.SetToolTip(this.buttonEMfWrite, resources.GetString("buttonEMfWrite.ToolTip")); - this.buttonEMfWrite.UseVisualStyleBackColor = true; - this.buttonEMfWrite.Click += new System.EventHandler(this.buttonEMfWrite_Click); - // - // buttonEscan - // - resources.ApplyResources(this.buttonEscan, "buttonEscan"); - this.buttonEscan.Name = "buttonEscan"; - this.toolTipHelp.SetToolTip(this.buttonEscan, resources.GetString("buttonEscan.ToolTip")); - this.buttonEscan.UseVisualStyleBackColor = true; - this.buttonEscan.Click += new System.EventHandler(this.buttonEscan_Click); - // // groupBox5 // resources.ApplyResources(this.groupBox5, "groupBox5"); - this.groupBox5.Controls.Add(this.buttonEReadUID); - this.groupBox5.Controls.Add(this.buttonESelectKey); - this.groupBox5.Controls.Add(this.buttonECmfoc); - this.groupBox5.Controls.Add(this.buttonEMfRead); - this.groupBox5.Controls.Add(this.buttonEMfoc); + this.groupBox5.Controls.Add(this.tableLayoutPanel11); this.groupBox5.Name = "groupBox5"; this.groupBox5.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox5, resources.GetString("groupBox5.ToolTip")); // // buttonEReadUID // resources.ApplyResources(this.buttonEReadUID, "buttonEReadUID"); this.buttonEReadUID.Name = "buttonEReadUID"; - this.toolTipHelp.SetToolTip(this.buttonEReadUID, resources.GetString("buttonEReadUID.ToolTip")); this.buttonEReadUID.UseVisualStyleBackColor = true; this.buttonEReadUID.Click += new System.EventHandler(this.buttonEReadUID_Click); // @@ -566,7 +590,6 @@ // resources.ApplyResources(this.buttonESelectKey, "buttonESelectKey"); this.buttonESelectKey.Name = "buttonESelectKey"; - this.toolTipHelp.SetToolTip(this.buttonESelectKey, resources.GetString("buttonESelectKey.ToolTip")); this.buttonESelectKey.UseVisualStyleBackColor = true; this.buttonESelectKey.Click += new System.EventHandler(this.buttonESelectKey_Click); // @@ -574,7 +597,6 @@ // resources.ApplyResources(this.buttonECmfoc, "buttonECmfoc"); this.buttonECmfoc.Name = "buttonECmfoc"; - this.toolTipHelp.SetToolTip(this.buttonECmfoc, resources.GetString("buttonECmfoc.ToolTip")); this.buttonECmfoc.UseVisualStyleBackColor = true; this.buttonECmfoc.Click += new System.EventHandler(this.buttonECmfoc_Click); // @@ -582,7 +604,6 @@ // resources.ApplyResources(this.buttonEMfRead, "buttonEMfRead"); this.buttonEMfRead.Name = "buttonEMfRead"; - this.toolTipHelp.SetToolTip(this.buttonEMfRead, resources.GetString("buttonEMfRead.ToolTip")); this.buttonEMfRead.UseVisualStyleBackColor = true; this.buttonEMfRead.Click += new System.EventHandler(this.button2_Click); // @@ -590,109 +611,68 @@ // resources.ApplyResources(this.buttonEMfoc, "buttonEMfoc"); this.buttonEMfoc.Name = "buttonEMfoc"; - this.toolTipHelp.SetToolTip(this.buttonEMfoc, resources.GetString("buttonEMfoc.ToolTip")); this.buttonEMfoc.UseVisualStyleBackColor = true; this.buttonEMfoc.Click += new System.EventHandler(this.buttonEMfoc_Click); // - // label5 - // - resources.ApplyResources(this.label5, "label5"); - this.label5.ForeColor = System.Drawing.Color.Blue; - this.label5.Name = "label5"; - this.toolTipHelp.SetToolTip(this.label5, resources.GetString("label5.ToolTip")); - // // tabPage1 // + this.tabPage1.Controls.Add(this.tableLayoutPanel4); resources.ApplyResources(this.tabPage1, "tabPage1"); - this.tabPage1.Controls.Add(this.groupBox10); - this.tabPage1.Controls.Add(this.groupBox9); - this.tabPage1.Controls.Add(this.groupBox8); - this.tabPage1.Controls.Add(this.groupBox1); - this.tabPage1.Controls.Add(this.groupBox4); - this.tabPage1.Controls.Add(this.groupBox2); - this.tabPage1.Controls.Add(this.groupBox3); this.tabPage1.Name = "tabPage1"; - this.toolTipHelp.SetToolTip(this.tabPage1, resources.GetString("tabPage1.ToolTip")); this.tabPage1.UseVisualStyleBackColor = true; // // groupBox10 // resources.ApplyResources(this.groupBox10, "groupBox10"); - this.groupBox10.Controls.Add(this.buttonDictMfoc); - this.groupBox10.Controls.Add(this.buttonnKeysMfoc); - this.groupBox10.Controls.Add(this.buttonHardNested); - this.groupBox10.Controls.Add(this.buttonMfcuk); - this.groupBox10.Controls.Add(this.buttonCheckEncrypt); - this.groupBox10.Controls.Add(this.buttonMfoc); + this.groupBox10.Controls.Add(this.tableLayoutPanel8); this.groupBox10.Name = "groupBox10"; this.groupBox10.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox10, resources.GetString("groupBox10.ToolTip")); // // buttonHardNested // resources.ApplyResources(this.buttonHardNested, "buttonHardNested"); this.buttonHardNested.Name = "buttonHardNested"; - this.toolTipHelp.SetToolTip(this.buttonHardNested, resources.GetString("buttonHardNested.ToolTip")); this.buttonHardNested.UseVisualStyleBackColor = true; this.buttonHardNested.Click += new System.EventHandler(this.buttonHardNested_Click); // // groupBox9 // resources.ApplyResources(this.groupBox9, "groupBox9"); - this.groupBox9.Controls.Add(this.label1); - this.groupBox9.Controls.Add(this.buttonCmfWrite); + this.groupBox9.Controls.Add(this.flowLayoutPanel21); this.groupBox9.Name = "groupBox9"; this.groupBox9.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox9, resources.GetString("groupBox9.ToolTip")); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; - this.toolTipHelp.SetToolTip(this.label1, resources.GetString("label1.ToolTip")); // // groupBox8 // resources.ApplyResources(this.groupBox8, "groupBox8"); - this.groupBox8.Controls.Add(this.buttonBmfWrite); - this.groupBox8.Controls.Add(this.buttonBmfRead); - this.groupBox8.Controls.Add(this.buttonLockUfuid); - this.groupBox8.Controls.Add(this.buttonUidWrite); - this.groupBox8.Controls.Add(this.buttonUidFormat); - this.groupBox8.Controls.Add(this.buttonUidReset); + this.groupBox8.Controls.Add(this.tableLayoutPanel9); this.groupBox8.Name = "groupBox8"; this.groupBox8.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox8, resources.GetString("groupBox8.ToolTip")); // // tabPage3 // + this.tabPage3.Controls.Add(this.flowLayoutPanel6); resources.ApplyResources(this.tabPage3, "tabPage3"); - this.tabPage3.Controls.Add(this.groupBox14); - this.tabPage3.Controls.Add(this.groupBox13); - this.tabPage3.Controls.Add(this.groupBox11); - this.tabPage3.Controls.Add(this.groupBox12); - this.tabPage3.Controls.Add(this.groupBox6); this.tabPage3.Name = "tabPage3"; - this.toolTipHelp.SetToolTip(this.tabPage3, resources.GetString("tabPage3.ToolTip")); this.tabPage3.UseVisualStyleBackColor = true; this.tabPage3.Click += new System.EventHandler(this.tabPage3_Click); // // groupBox14 // resources.ApplyResources(this.groupBox14, "groupBox14"); - this.groupBox14.Controls.Add(this.checkBoxMultiDev); - this.groupBox14.Controls.Add(this.label11); - this.groupBox14.Controls.Add(this.SetDeviceCombo); - this.groupBox14.Controls.Add(this.checkBoxNewScan); + this.groupBox14.Controls.Add(this.flowLayoutPanel5); this.groupBox14.Name = "groupBox14"; this.groupBox14.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox14, resources.GetString("groupBox14.ToolTip")); // // checkBoxMultiDev // resources.ApplyResources(this.checkBoxMultiDev, "checkBoxMultiDev"); this.checkBoxMultiDev.Name = "checkBoxMultiDev"; - this.toolTipHelp.SetToolTip(this.checkBoxMultiDev, resources.GetString("checkBoxMultiDev.ToolTip")); this.checkBoxMultiDev.UseVisualStyleBackColor = true; this.checkBoxMultiDev.CheckedChanged += new System.EventHandler(this.checkBoxMultiDev_CheckedChanged); // @@ -700,16 +680,14 @@ // resources.ApplyResources(this.label11, "label11"); this.label11.Name = "label11"; - this.toolTipHelp.SetToolTip(this.label11, resources.GetString("label11.ToolTip")); // // SetDeviceCombo // - resources.ApplyResources(this.SetDeviceCombo, "SetDeviceCombo"); this.SetDeviceCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.SetDeviceCombo.DropDownWidth = 150; this.SetDeviceCombo.FormattingEnabled = true; + resources.ApplyResources(this.SetDeviceCombo, "SetDeviceCombo"); this.SetDeviceCombo.Name = "SetDeviceCombo"; - this.toolTipHelp.SetToolTip(this.SetDeviceCombo, resources.GetString("SetDeviceCombo.ToolTip")); this.SetDeviceCombo.SelectedIndexChanged += new System.EventHandler(this.SetDeviceCombo_SelectedIndexChanged); // // checkBoxNewScan @@ -718,23 +696,19 @@ this.checkBoxNewScan.Checked = true; this.checkBoxNewScan.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxNewScan.Name = "checkBoxNewScan"; - this.toolTipHelp.SetToolTip(this.checkBoxNewScan, resources.GetString("checkBoxNewScan.ToolTip")); this.checkBoxNewScan.UseVisualStyleBackColor = true; // // groupBox13 // resources.ApplyResources(this.groupBox13, "groupBox13"); - this.groupBox13.Controls.Add(this.checkBoxAutoSave); - this.groupBox13.Controls.Add(this.checkBoxDefIsAdv); + this.groupBox13.Controls.Add(this.flowLayoutPanel4); this.groupBox13.Name = "groupBox13"; this.groupBox13.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox13, resources.GetString("groupBox13.ToolTip")); // // checkBoxAutoSave // resources.ApplyResources(this.checkBoxAutoSave, "checkBoxAutoSave"); this.checkBoxAutoSave.Name = "checkBoxAutoSave"; - this.toolTipHelp.SetToolTip(this.checkBoxAutoSave, resources.GetString("checkBoxAutoSave.ToolTip")); this.checkBoxAutoSave.UseVisualStyleBackColor = true; this.checkBoxAutoSave.CheckedChanged += new System.EventHandler(this.checkBoxAutoSave_CheckedChanged); // @@ -742,41 +716,34 @@ // resources.ApplyResources(this.checkBoxDefIsAdv, "checkBoxDefIsAdv"); this.checkBoxDefIsAdv.Name = "checkBoxDefIsAdv"; - this.toolTipHelp.SetToolTip(this.checkBoxDefIsAdv, resources.GetString("checkBoxDefIsAdv.ToolTip")); this.checkBoxDefIsAdv.UseVisualStyleBackColor = true; this.checkBoxDefIsAdv.CheckedChanged += new System.EventHandler(this.checkBoxDefIsAdv_CheckedChanged); // // groupBox11 // resources.ApplyResources(this.groupBox11, "groupBox11"); - this.groupBox11.Controls.Add(this.checkBoxHardLowCost); + this.groupBox11.Controls.Add(this.flowLayoutPanel3); this.groupBox11.Name = "groupBox11"; this.groupBox11.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox11, resources.GetString("groupBox11.ToolTip")); // // checkBoxHardLowCost // resources.ApplyResources(this.checkBoxHardLowCost, "checkBoxHardLowCost"); this.checkBoxHardLowCost.Name = "checkBoxHardLowCost"; - this.toolTipHelp.SetToolTip(this.checkBoxHardLowCost, resources.GetString("checkBoxHardLowCost.ToolTip")); this.checkBoxHardLowCost.UseVisualStyleBackColor = true; this.checkBoxHardLowCost.CheckedChanged += new System.EventHandler(this.checkBoxHardLowCost_CheckedChanged); // // groupBox12 // + this.groupBox12.Controls.Add(this.tableLayoutPanel12); resources.ApplyResources(this.groupBox12, "groupBox12"); - this.groupBox12.Controls.Add(this.numericCLIFontSize); - this.groupBox12.Controls.Add(this.label10); - this.groupBox12.Controls.Add(this.buttonCLIColor); - this.groupBox12.Controls.Add(this.label9); this.groupBox12.Name = "groupBox12"; this.groupBox12.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox12, resources.GetString("groupBox12.ToolTip")); // // numericCLIFontSize // - resources.ApplyResources(this.numericCLIFontSize, "numericCLIFontSize"); this.numericCLIFontSize.DecimalPlaces = 1; + resources.ApplyResources(this.numericCLIFontSize, "numericCLIFontSize"); this.numericCLIFontSize.Maximum = new decimal(new int[] { 36, 0, @@ -788,7 +755,6 @@ 0, 0}); this.numericCLIFontSize.Name = "numericCLIFontSize"; - this.toolTipHelp.SetToolTip(this.numericCLIFontSize, resources.GetString("numericCLIFontSize.ToolTip")); this.numericCLIFontSize.Value = new decimal(new int[] { 9, 0, @@ -800,15 +766,13 @@ // resources.ApplyResources(this.label10, "label10"); this.label10.Name = "label10"; - this.toolTipHelp.SetToolTip(this.label10, resources.GetString("label10.ToolTip")); // // buttonCLIColor // - resources.ApplyResources(this.buttonCLIColor, "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.Name = "buttonCLIColor"; - this.toolTipHelp.SetToolTip(this.buttonCLIColor, resources.GetString("buttonCLIColor.ToolTip")); this.buttonCLIColor.UseVisualStyleBackColor = false; this.buttonCLIColor.Click += new System.EventHandler(this.buttonCLIColor_Click); // @@ -816,18 +780,13 @@ // resources.ApplyResources(this.label9, "label9"); this.label9.Name = "label9"; - this.toolTipHelp.SetToolTip(this.label9, resources.GetString("label9.ToolTip")); // // groupBox6 // resources.ApplyResources(this.groupBox6, "groupBox6"); - this.groupBox6.Controls.Add(this.checkBoxCuidKeyOver); - this.groupBox6.Controls.Add(this.checkBoxWriteProtect); - this.groupBox6.Controls.Add(this.checkBoxAutoLoadKey); - this.groupBox6.Controls.Add(this.checkBoxAutoABN); + this.groupBox6.Controls.Add(this.flowLayoutPanel2); this.groupBox6.Name = "groupBox6"; this.groupBox6.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox6, resources.GetString("groupBox6.ToolTip")); // // checkBoxCuidKeyOver // @@ -835,7 +794,6 @@ this.checkBoxCuidKeyOver.Checked = true; this.checkBoxCuidKeyOver.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxCuidKeyOver.Name = "checkBoxCuidKeyOver"; - this.toolTipHelp.SetToolTip(this.checkBoxCuidKeyOver, resources.GetString("checkBoxCuidKeyOver.ToolTip")); this.checkBoxCuidKeyOver.UseVisualStyleBackColor = true; this.checkBoxCuidKeyOver.CheckedChanged += new System.EventHandler(this.checkBoxCuidKeyOver_CheckedChanged); // @@ -845,7 +803,6 @@ this.checkBoxWriteProtect.Checked = true; this.checkBoxWriteProtect.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxWriteProtect.Name = "checkBoxWriteProtect"; - this.toolTipHelp.SetToolTip(this.checkBoxWriteProtect, resources.GetString("checkBoxWriteProtect.ToolTip")); this.checkBoxWriteProtect.UseVisualStyleBackColor = true; this.checkBoxWriteProtect.CheckedChanged += new System.EventHandler(this.checkBoxWriteProtect_CheckedChanged); // @@ -855,7 +812,6 @@ this.checkBoxAutoLoadKey.Checked = true; this.checkBoxAutoLoadKey.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxAutoLoadKey.Name = "checkBoxAutoLoadKey"; - this.toolTipHelp.SetToolTip(this.checkBoxAutoLoadKey, resources.GetString("checkBoxAutoLoadKey.ToolTip")); this.checkBoxAutoLoadKey.UseVisualStyleBackColor = true; this.checkBoxAutoLoadKey.CheckedChanged += new System.EventHandler(this.checkBoxAutoLoadKey_CheckedChanged); // @@ -865,13 +821,18 @@ this.checkBoxAutoABN.Checked = true; this.checkBoxAutoABN.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxAutoABN.Name = "checkBoxAutoABN"; - this.toolTipHelp.SetToolTip(this.checkBoxAutoABN, resources.GetString("checkBoxAutoABN.ToolTip")); this.checkBoxAutoABN.UseVisualStyleBackColor = true; this.checkBoxAutoABN.CheckedChanged += new System.EventHandler(this.checkBoxAutoABN_CheckedChanged); // + // buttonEStop + // + resources.ApplyResources(this.buttonEStop, "buttonEStop"); + this.buttonEStop.Name = "buttonEStop"; + this.buttonEStop.UseVisualStyleBackColor = true; + this.buttonEStop.Click += new System.EventHandler(this.buttonEStop_Click); + // // statusStrip1 // - 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, @@ -879,8 +840,8 @@ this.localVersionLabel, this.toolStripCheckUpdate, this.curDevice}); + resources.ApplyResources(this.statusStrip1, "statusStrip1"); this.statusStrip1.Name = "statusStrip1"; - this.toolTipHelp.SetToolTip(this.statusStrip1, resources.GetString("statusStrip1.ToolTip")); // // statusLabel // @@ -899,21 +860,279 @@ // // toolStripCheckUpdate // - resources.ApplyResources(this.toolStripCheckUpdate, "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 // - resources.ApplyResources(this.curDevice, "curDevice"); this.curDevice.Name = "curDevice"; + resources.ApplyResources(this.curDevice, "curDevice"); // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // + // 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.groupBox5, 1, 0); + this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 4, 0); + this.tableLayoutPanel2.Controls.Add(this.groupBox7, 3, 0); + this.tableLayoutPanel2.Name = "tableLayoutPanel2"; + // + // flowLayoutPanel1 + // + resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1"); + this.flowLayoutPanel1.Controls.Add(this.label8); + this.flowLayoutPanel1.Controls.Add(this.label4); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + // + // tableLayoutPanel3 + // + resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3"); + this.tableLayoutPanel3.Controls.Add(this.label6, 0, 0); + this.tableLayoutPanel3.Controls.Add(this.buttonEStop, 0, 1); + this.tableLayoutPanel3.Name = "tableLayoutPanel3"; + // + // tableLayoutPanel5 + // + resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5"); + this.tableLayoutPanel5.Controls.Add(this.flowLayoutPanel12, 0, 1); + this.tableLayoutPanel5.Controls.Add(this.flowLayoutPanel11, 0, 0); + this.tableLayoutPanel5.Name = "tableLayoutPanel5"; + // + // tableLayoutPanel6 + // + resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6"); + this.tableLayoutPanel6.Controls.Add(this.flowLayoutPanel10, 0, 1); + this.tableLayoutPanel6.Controls.Add(this.flowLayoutPanel9, 0, 0); + this.tableLayoutPanel6.Name = "tableLayoutPanel6"; + // + // tableLayoutPanel7 + // + resources.ApplyResources(this.tableLayoutPanel7, "tableLayoutPanel7"); + this.tableLayoutPanel7.Controls.Add(this.flowLayoutPanel14, 0, 1); + this.tableLayoutPanel7.Controls.Add(this.flowLayoutPanel13, 0, 0); + this.tableLayoutPanel7.Name = "tableLayoutPanel7"; + // + // tableLayoutPanel8 + // + resources.ApplyResources(this.tableLayoutPanel8, "tableLayoutPanel8"); + this.tableLayoutPanel8.Controls.Add(this.flowLayoutPanel18, 0, 1); + this.tableLayoutPanel8.Controls.Add(this.flowLayoutPanel17, 0, 0); + this.tableLayoutPanel8.Name = "tableLayoutPanel8"; + // + // tableLayoutPanel9 + // + resources.ApplyResources(this.tableLayoutPanel9, "tableLayoutPanel9"); + this.tableLayoutPanel9.Controls.Add(this.flowLayoutPanel16, 0, 1); + this.tableLayoutPanel9.Controls.Add(this.flowLayoutPanel15, 0, 0); + this.tableLayoutPanel9.Name = "tableLayoutPanel9"; + // + // tableLayoutPanel10 + // + resources.ApplyResources(this.tableLayoutPanel10, "tableLayoutPanel10"); + this.tableLayoutPanel10.Controls.Add(this.flowLayoutPanel20, 0, 1); + this.tableLayoutPanel10.Controls.Add(this.flowLayoutPanel19, 0, 0); + this.tableLayoutPanel10.Name = "tableLayoutPanel10"; + // + // flowLayoutPanel2 + // + resources.ApplyResources(this.flowLayoutPanel2, "flowLayoutPanel2"); + 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.Name = "flowLayoutPanel2"; + // + // flowLayoutPanel3 + // + resources.ApplyResources(this.flowLayoutPanel3, "flowLayoutPanel3"); + this.flowLayoutPanel3.Controls.Add(this.checkBoxHardLowCost); + this.flowLayoutPanel3.Name = "flowLayoutPanel3"; + // + // tableLayoutPanel12 + // + resources.ApplyResources(this.tableLayoutPanel12, "tableLayoutPanel12"); + 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.Name = "tableLayoutPanel12"; + // + // flowLayoutPanel4 + // + resources.ApplyResources(this.flowLayoutPanel4, "flowLayoutPanel4"); + this.flowLayoutPanel4.Controls.Add(this.checkBoxDefIsAdv); + this.flowLayoutPanel4.Controls.Add(this.checkBoxAutoSave); + this.flowLayoutPanel4.Name = "flowLayoutPanel4"; + // + // flowLayoutPanel5 + // + resources.ApplyResources(this.flowLayoutPanel5, "flowLayoutPanel5"); + this.flowLayoutPanel5.Controls.Add(this.checkBoxNewScan); + this.flowLayoutPanel5.Controls.Add(this.label11); + this.flowLayoutPanel5.Controls.Add(this.SetDeviceCombo); + this.flowLayoutPanel5.Controls.Add(this.checkBoxMultiDev); + this.flowLayoutPanel5.Name = "flowLayoutPanel5"; + // + // flowLayoutPanel6 + // + resources.ApplyResources(this.flowLayoutPanel6, "flowLayoutPanel6"); + this.flowLayoutPanel6.Controls.Add(this.groupBox6); + this.flowLayoutPanel6.Controls.Add(this.groupBox12); + this.flowLayoutPanel6.Controls.Add(this.groupBox14); + this.flowLayoutPanel6.Controls.Add(this.groupBox13); + this.flowLayoutPanel6.Controls.Add(this.groupBox11); + this.flowLayoutPanel6.Name = "flowLayoutPanel6"; + // + // flowLayoutPanel7 + // + resources.ApplyResources(this.flowLayoutPanel7, "flowLayoutPanel7"); + this.flowLayoutPanel7.Controls.Add(this.groupBox1); + this.flowLayoutPanel7.Controls.Add(this.groupBox2); + this.flowLayoutPanel7.Controls.Add(this.groupBox8); + this.flowLayoutPanel7.Controls.Add(this.groupBox9); + this.flowLayoutPanel7.Name = "flowLayoutPanel7"; + // + // flowLayoutPanel8 + // + resources.ApplyResources(this.flowLayoutPanel8, "flowLayoutPanel8"); + this.flowLayoutPanel8.Controls.Add(this.groupBox4); + this.flowLayoutPanel8.Controls.Add(this.groupBox10); + this.flowLayoutPanel8.Controls.Add(this.groupBox3); + this.flowLayoutPanel8.Name = "flowLayoutPanel8"; + // + // tableLayoutPanel4 + // + resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4"); + this.tableLayoutPanel4.Controls.Add(this.flowLayoutPanel8, 0, 1); + this.tableLayoutPanel4.Controls.Add(this.flowLayoutPanel7, 0, 0); + this.tableLayoutPanel4.Name = "tableLayoutPanel4"; + // + // flowLayoutPanel9 + // + resources.ApplyResources(this.flowLayoutPanel9, "flowLayoutPanel9"); + this.flowLayoutPanel9.Controls.Add(this.buttonDiffTool); + this.flowLayoutPanel9.Controls.Add(this.buttonMFF08); + this.flowLayoutPanel9.Name = "flowLayoutPanel9"; + // + // flowLayoutPanel10 + // + resources.ApplyResources(this.flowLayoutPanel10, "flowLayoutPanel10"); + this.flowLayoutPanel10.Controls.Add(this.buttonHexTool); + this.flowLayoutPanel10.Name = "flowLayoutPanel10"; + // + // flowLayoutPanel11 + // + resources.ApplyResources(this.flowLayoutPanel11, "flowLayoutPanel11"); + this.flowLayoutPanel11.Controls.Add(this.buttonListDev); + this.flowLayoutPanel11.Controls.Add(this.buttonCLI); + this.flowLayoutPanel11.Name = "flowLayoutPanel11"; + // + // flowLayoutPanel12 + // + resources.ApplyResources(this.flowLayoutPanel12, "flowLayoutPanel12"); + this.flowLayoutPanel12.Controls.Add(this.buttonScanCard); + this.flowLayoutPanel12.Name = "flowLayoutPanel12"; + // + // flowLayoutPanel13 + // + resources.ApplyResources(this.flowLayoutPanel13, "flowLayoutPanel13"); + this.flowLayoutPanel13.Controls.Add(this.buttonMfRead); + this.flowLayoutPanel13.Controls.Add(this.buttonMfWrite); + this.flowLayoutPanel13.Controls.Add(this.buttonMfFormat); + this.flowLayoutPanel13.Name = "flowLayoutPanel13"; + // + // flowLayoutPanel14 + // + resources.ApplyResources(this.flowLayoutPanel14, "flowLayoutPanel14"); + this.flowLayoutPanel14.Controls.Add(this.buttonSelectKey); + this.flowLayoutPanel14.Name = "flowLayoutPanel14"; + // + // flowLayoutPanel15 + // + resources.ApplyResources(this.flowLayoutPanel15, "flowLayoutPanel15"); + this.flowLayoutPanel15.Controls.Add(this.buttonBmfRead); + this.flowLayoutPanel15.Controls.Add(this.buttonUidReset); + this.flowLayoutPanel15.Controls.Add(this.buttonUidFormat); + this.flowLayoutPanel15.Name = "flowLayoutPanel15"; + // + // flowLayoutPanel16 + // + resources.ApplyResources(this.flowLayoutPanel16, "flowLayoutPanel16"); + this.flowLayoutPanel16.Controls.Add(this.buttonBmfWrite); + this.flowLayoutPanel16.Controls.Add(this.buttonUidWrite); + this.flowLayoutPanel16.Controls.Add(this.buttonLockUfuid); + this.flowLayoutPanel16.Name = "flowLayoutPanel16"; + // + // flowLayoutPanel17 + // + resources.ApplyResources(this.flowLayoutPanel17, "flowLayoutPanel17"); + this.flowLayoutPanel17.Controls.Add(this.buttonMfoc); + this.flowLayoutPanel17.Controls.Add(this.buttonnKeysMfoc); + this.flowLayoutPanel17.Controls.Add(this.buttonMfcuk); + this.flowLayoutPanel17.Name = "flowLayoutPanel17"; + // + // flowLayoutPanel18 + // + resources.ApplyResources(this.flowLayoutPanel18, "flowLayoutPanel18"); + this.flowLayoutPanel18.Controls.Add(this.buttonCheckEncrypt); + this.flowLayoutPanel18.Controls.Add(this.buttonDictMfoc); + this.flowLayoutPanel18.Controls.Add(this.buttonHardNested); + this.flowLayoutPanel18.Name = "flowLayoutPanel18"; + // + // flowLayoutPanel19 + // + resources.ApplyResources(this.flowLayoutPanel19, "flowLayoutPanel19"); + this.flowLayoutPanel19.Controls.Add(this.buttonConClr); + this.flowLayoutPanel19.Controls.Add(this.buttonConSave); + this.flowLayoutPanel19.Name = "flowLayoutPanel19"; + // + // flowLayoutPanel20 + // + resources.ApplyResources(this.flowLayoutPanel20, "flowLayoutPanel20"); + this.flowLayoutPanel20.Controls.Add(this.buttonKill); + this.flowLayoutPanel20.Name = "flowLayoutPanel20"; + // + // flowLayoutPanel21 + // + resources.ApplyResources(this.flowLayoutPanel21, "flowLayoutPanel21"); + this.flowLayoutPanel21.Controls.Add(this.label1); + this.flowLayoutPanel21.Controls.Add(this.buttonCmfWrite); + this.flowLayoutPanel21.Name = "flowLayoutPanel21"; + // + // tableLayoutPanel11 + // + resources.ApplyResources(this.tableLayoutPanel11, "tableLayoutPanel11"); + this.tableLayoutPanel11.Controls.Add(this.buttonEReadUID, 0, 1); + this.tableLayoutPanel11.Controls.Add(this.buttonEMfRead, 0, 4); + this.tableLayoutPanel11.Controls.Add(this.buttonECmfoc, 0, 2); + this.tableLayoutPanel11.Controls.Add(this.buttonEMfoc, 0, 0); + this.tableLayoutPanel11.Controls.Add(this.buttonESelectKey, 0, 3); + this.tableLayoutPanel11.Name = "tableLayoutPanel11"; + // + // tableLayoutPanel13 + // + resources.ApplyResources(this.tableLayoutPanel13, "tableLayoutPanel13"); + this.tableLayoutPanel13.Controls.Add(this.buttonEUIDWrite, 0, 0); + this.tableLayoutPanel13.Controls.Add(this.button4, 0, 2); + this.tableLayoutPanel13.Controls.Add(this.buttonECuidWrite, 0, 1); + this.tableLayoutPanel13.Controls.Add(this.buttonEMfWrite, 0, 3); + this.tableLayoutPanel13.Name = "tableLayoutPanel13"; + // + // buttonEMfWrite + // + resources.ApplyResources(this.buttonEMfWrite, "buttonEMfWrite"); + this.buttonEMfWrite.Name = "buttonEMfWrite"; + this.buttonEMfWrite.UseVisualStyleBackColor = true; + this.buttonEMfWrite.Click += new System.EventHandler(this.buttonEMfWrite_Click); + // // Form1 // resources.ApplyResources(this, "$this"); @@ -921,27 +1140,39 @@ this.Controls.Add(this.statusStrip1); this.Controls.Add(this.tabControl1); this.Controls.Add(this.richTextBox1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "Form1"; - this.toolTipHelp.SetToolTip(this, resources.GetString("$this.ToolTip")); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); + this.groupBox3.PerformLayout(); this.groupBox4.ResumeLayout(false); + this.groupBox4.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + this.tableLayoutPanel1.ResumeLayout(false); + this.tableLayoutPanel1.PerformLayout(); this.groupBox7.ResumeLayout(false); + this.groupBox7.PerformLayout(); this.groupBox5.ResumeLayout(false); + this.groupBox5.PerformLayout(); this.tabPage1.ResumeLayout(false); + this.tabPage1.PerformLayout(); this.groupBox10.ResumeLayout(false); + this.groupBox10.PerformLayout(); this.groupBox9.ResumeLayout(false); this.groupBox9.PerformLayout(); this.groupBox8.ResumeLayout(false); + this.groupBox8.PerformLayout(); this.tabPage3.ResumeLayout(false); + this.tabPage3.PerformLayout(); this.groupBox14.ResumeLayout(false); this.groupBox14.PerformLayout(); this.groupBox13.ResumeLayout(false); @@ -955,6 +1186,72 @@ this.groupBox6.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); + this.tableLayoutPanel2.ResumeLayout(false); + this.tableLayoutPanel2.PerformLayout(); + this.flowLayoutPanel1.ResumeLayout(false); + this.flowLayoutPanel1.PerformLayout(); + this.tableLayoutPanel3.ResumeLayout(false); + this.tableLayoutPanel3.PerformLayout(); + this.tableLayoutPanel5.ResumeLayout(false); + this.tableLayoutPanel5.PerformLayout(); + this.tableLayoutPanel6.ResumeLayout(false); + this.tableLayoutPanel6.PerformLayout(); + this.tableLayoutPanel7.ResumeLayout(false); + this.tableLayoutPanel7.PerformLayout(); + this.tableLayoutPanel8.ResumeLayout(false); + this.tableLayoutPanel8.PerformLayout(); + this.tableLayoutPanel9.ResumeLayout(false); + this.tableLayoutPanel9.PerformLayout(); + this.tableLayoutPanel10.ResumeLayout(false); + this.tableLayoutPanel10.PerformLayout(); + this.flowLayoutPanel2.ResumeLayout(false); + this.flowLayoutPanel2.PerformLayout(); + this.flowLayoutPanel3.ResumeLayout(false); + this.flowLayoutPanel3.PerformLayout(); + this.tableLayoutPanel12.ResumeLayout(false); + this.tableLayoutPanel12.PerformLayout(); + this.flowLayoutPanel4.ResumeLayout(false); + this.flowLayoutPanel4.PerformLayout(); + this.flowLayoutPanel5.ResumeLayout(false); + this.flowLayoutPanel5.PerformLayout(); + this.flowLayoutPanel6.ResumeLayout(false); + this.flowLayoutPanel6.PerformLayout(); + this.flowLayoutPanel7.ResumeLayout(false); + this.flowLayoutPanel7.PerformLayout(); + this.flowLayoutPanel8.ResumeLayout(false); + this.flowLayoutPanel8.PerformLayout(); + this.tableLayoutPanel4.ResumeLayout(false); + this.tableLayoutPanel4.PerformLayout(); + this.flowLayoutPanel9.ResumeLayout(false); + this.flowLayoutPanel9.PerformLayout(); + this.flowLayoutPanel10.ResumeLayout(false); + this.flowLayoutPanel10.PerformLayout(); + this.flowLayoutPanel11.ResumeLayout(false); + this.flowLayoutPanel11.PerformLayout(); + this.flowLayoutPanel12.ResumeLayout(false); + this.flowLayoutPanel12.PerformLayout(); + this.flowLayoutPanel13.ResumeLayout(false); + this.flowLayoutPanel13.PerformLayout(); + this.flowLayoutPanel14.ResumeLayout(false); + this.flowLayoutPanel14.PerformLayout(); + this.flowLayoutPanel15.ResumeLayout(false); + this.flowLayoutPanel15.PerformLayout(); + this.flowLayoutPanel16.ResumeLayout(false); + this.flowLayoutPanel16.PerformLayout(); + this.flowLayoutPanel17.ResumeLayout(false); + this.flowLayoutPanel17.PerformLayout(); + this.flowLayoutPanel18.ResumeLayout(false); + this.flowLayoutPanel18.PerformLayout(); + this.flowLayoutPanel19.ResumeLayout(false); + this.flowLayoutPanel19.PerformLayout(); + this.flowLayoutPanel20.ResumeLayout(false); + this.flowLayoutPanel20.PerformLayout(); + this.flowLayoutPanel21.ResumeLayout(false); + this.flowLayoutPanel21.PerformLayout(); + this.tableLayoutPanel11.ResumeLayout(false); + this.tableLayoutPanel11.PerformLayout(); + this.tableLayoutPanel13.ResumeLayout(false); + this.tableLayoutPanel13.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -1003,7 +1300,6 @@ private System.Windows.Forms.Button buttonECuidWrite; private System.Windows.Forms.Button buttonEUIDWrite; private System.Windows.Forms.Button button4; - private System.Windows.Forms.Button buttonEMfWrite; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel statusLabel; private System.Windows.Forms.ToolStripStatusLabel runTimeLabel; @@ -1027,7 +1323,6 @@ private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label8; - private System.Windows.Forms.Label label7; private System.Windows.Forms.CheckBox checkBoxAutoABN; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.GroupBox groupBox6; @@ -1051,6 +1346,43 @@ 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; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel12; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel7; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel8; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel10; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel9; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel12; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel11; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel14; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel13; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel18; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel17; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel16; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel15; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel20; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel19; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel21; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel11; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel13; + private System.Windows.Forms.Button buttonEMfWrite; } } diff --git a/MifareOneTool/Form1.cs b/MifareOneTool/Form1.cs index 754f9ca..00cd288 100644 --- a/MifareOneTool/Form1.cs +++ b/MifareOneTool/Form1.cs @@ -1524,5 +1524,20 @@ namespace MifareOneTool FormMFF08 mff08 = new FormMFF08(); mff08.ShowDialog(); } + + private void Label7_Click(object sender, EventArgs e) + { + + } + + private void TableLayoutPanel1_Paint(object sender, PaintEventArgs e) + { + + } + + private void TableLayoutPanel11_Paint(object sender, PaintEventArgs e) + { + + } } } diff --git a/MifareOneTool/Form1.resx b/MifareOneTool/Form1.resx index e050d21..1d396e5 100644 --- a/MifareOneTool/Form1.resx +++ b/MifareOneTool/Form1.resx @@ -117,1199 +117,4169 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 6, 70 - - - Magenta - - - 5 - - - groupBox14 - - - 4, 32 - - - 130, 33 - - - 单线程计算 - - - Hello,cardman! - - - 3 - - - groupBox3 - - - 知一密破解 - - - 手动CLI - - - groupBox2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - buttonEMfoc - - - buttonCLI - - - 6, 30 - - - 写M1 - - - 指定设备 - - - 168, 20 - - - 3, 125 - - - label2 - - - 6, 113 - - - - - - runTimeLabel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 70 - - - toolTipHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - 130, 33 - - - 3 - - - 向UID卡片写入置顶卡号,厂商设置为复旦。 - - - False + + True - - 4, 5, 4, 5 + + GrowAndShrink - - - - - UID读 - - - 锁死UFUID卡片0块数据(测试中) - - - - - - buttonUidFormat - - - 扫描有效卡片。 - - - 57, 33 - - - 2 - - - tabPage2 - - - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 29 - - - 130, 33 - - - groupBox6 - - - 3 - - - 7 - - - 13 - - - 6, 22 - - - 1 - - - 6, 70 - - - buttonScanCard - - - 写C/FUID卡 - - - 0 - - - 117, 33 - - - 1 - - - buttonDictMfoc - - - groupBox2 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage3 - - - MFOC读 - - - 4 - - - 6, 68 - - - UID重置 - - - 请放 -新卡 - - - SimSun, 8.5pt - - - buttonMfcuk - - + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GrowAndShrink - - 98, 68 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - >> - - - - - - False - - - 0 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4 - - - 9, 8 - - - - - - 105, 20 - - - 240, 38 - - - 0 - - - 3 - - - 4 - - - SimSun, 8.5pt - - - groupBox5 - - - 441, 12 - - - 减少找设备延迟 - - - 4 - - - SimSun, 8.5pt - - - 终端文字大小 - - - checkBoxCuidKeyOver - - - tabPage2 - - - - - - groupBox9 - - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6, 75 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + 1 - - 该卡种读取 -同普通卡 - - - label11 - - - 3, 3, 3, 3 - - - 2 - - - 11 - - - 0 - - - Form1 - - - - - - 2 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - 4, 5, 4, 5 - - - 201, 30 - - - >>>>> - - - 10, 62 - - - 10, 32 - - - buttonESelectKey - - - SimSun, 8.5pt - - - 2 - - - SimSun, 8.5pt - - - - - - buttonCheckEncrypt - - - 0 - - - 2 - - - - - - groupBox1 - - - 2 - - - 57, 33 - - - toolStripCheckUpdate - - - 写入CUID/FUID卡片(可能需要密钥文件) - - - 645, 135 - - - 自动加载uid.Key文件 - - - 1 - - - tabControl1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - MFF08 CUID修复 - - - numericCLIFontSize - - - - - - - - - 176, 42 - - - 0 - - - 5 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 96, 33 - - - 183, 70 - - - 6, 107 - - - groupBox3 - - - buttonMfWrite - - - 自动以UID名保存文件 - - - 862, 283 - - - >>> - - - 1 - - + True - - checkBoxAutoABN + + GrowAndShrink - - MiddleLeft - - - 6 - - - 格式化普通M1卡(必须加载密钥文件) - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + True - - 102, 33 + + GrowAndShrink - - 854, 250 + + Fill - - 13 + + + Microsoft Sans Serif, 8.25pt - - 检查更新 + + 2, 2 - - tabPage3 + + 2, 2, 2, 2 - - label10 - - - 1 - - - 96, 26 - - - 5 - - - 0 - - - 16 - - - buttonEMfRead - - - 6, 67 - - - 7 - - - True - - - groupBox12 - - - 194, 28 - - - - - - 3 - - - True - - - 138, 73 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox6 - - - 11 - - - 84, 33 - - - 73, 20 - - - True - - - checkBoxHardLowCost - - - 2 - - - $this - - - buttonListDev - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 182, 24 - - - 9, 20 - - - 5 - - - buttonECmfoc - - - 3 - - - 3 - - - 6, 140 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 432, 8 - - - 862, 31 - - - 检测卡片加密情况。 - - - 首次运行建议点击"检测设备"以加快后续运行速度 - - - 全加密爆破 - - - 15 - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox9 - - - 0 - - - - - - 60, 26 - - - 加载密钥… - - - UID/UFUID卡操作 - - - 1 - - - groupBox10 - - - 147, 64 - - - SimSun, 8.5pt - - - 123, 33 - - - 3 - - - 停止 - - - 0 - - - 0 - - - 126, 32 - - - C/FUID卡操作 + + 65, 23 1 - - 3 + + 手动扫描 - - statusStrip1 + + 17, 17 + + + 扫描有效卡片。 - - 16 + + buttonScanCard - - 1 - - - SimSun, 8.5pt - - - 数据写入保护(建议) - - - 3 - - - 8 - - - 201, 68 - - - buttonSelectKey - - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 扫描卡片 + + flowLayoutPanel12 - - 3 - - - groupBox12 - - - MifareOne Tool - - + 0 - - 检测加密 + + 3, 36 - - 14 + + 69, 27 - - groupBox7 + + 13 - - 4, 70 + + flowLayoutPanel12 - - 105, 20 + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tableLayoutPanel5 - - 155, 24 - - - button4 - - - 115, 24 - - + 0 - - 7 + + True - + + GrowAndShrink + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 2, 2 + + + 2, 2, 2, 2 + + + 65, 23 + + 0 - - groupBox13 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 96, 33 - - - label6 - - - - - - tabPage2 - - - 862, 519 - - - tabPage2 - - - SimSun, 8.5pt - - - groupBox14 - - - 96, 33 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 知n密 - - - 0, 26 - - - buttonBmfRead - - - 6 - - - Hex编辑器 - - - 130, 33 - - - SimSun, 8.5pt - - - 11 - - - 从UID卡读回 - - - 274, 110 - - - 285, 8 - - - buttonEReadUID - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 140, 26 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 84, 33 - - - 6, 187 - - - 读M1 - - - SimSun, 11pt - - - 14 - - - 167, 24 - - - 10 - - - 10, 32 - - - - - - groupBox5 - - - 0 - - - 0 - - - 6, 32 - - - groupBox3 - - - - - - 225, 220 - 检测设备 - - - - - 检加密 - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 84, 33 - - - buttonKill - - - tabPage2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - - - - 3, 8 - - - groupBox11 - - - 5 - - - 1 - - - groupBox7 - - - 96, 33 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10 - - - buttonCmfWrite - - - SimSun, 8.5pt - - - 135, 27 - - - 14 - - - 0 - - - - - - tabPage1 - - - groupBox9 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 862, 847 - - - 12 - - - UID写 - - - 输入已知密钥进行Nested破解。 - - - 41, 40 - - - 对卡片执行Darkside工具(不一定成功) - - - 设备控制 - - - 94, 67 - - - 3 - - - 9 - - - groupBox5 - - - 2, 0, 15, 0 - 扫描已连接的NFC设备 (目前支持PN532、ACR122U) - + + buttonListDev + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + flowLayoutPanel11 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 71, 2 + + + 2, 2, 2, 2 + + + 57, 23 + + + 11 + + + 手动CLI + + + 打开NFC命令行以进行高级操作。 + + + 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 + + + Fill + + + 2, 15 + + + 2 + + + 136, 66 + + + 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> + + + Top + + + 2, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 140, 83 + + + 0 + + + 设备控制 + + + groupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel7 + + + 0 + + + Top, Bottom, Left, Right + + + 0, 243 + + + 2, 2, 2, 2 + + + 576, 286 + + + 1 + + + Hello,cardman! +首次运行建议点击"检测设备"以加快后续运行速度 + + + + richTextBox1 + + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 2, 2 + + + 2, 2, 2, 2 + + + 44, 23 + + + 3 + + + 读M1 + + + 读取普通M1卡片(可能需要加载密钥文件) + + + buttonMfRead + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel13 + + + 0 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 1 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 2, 2 + + + 2, 2, 2, 2 + + + 78, 23 + + + 4 + + + 选择key.mfd + + + 加载含有正确读写卡密钥及正确控制位的MFD文件。 + + + buttonSelectKey + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel14 + + + 0 + + + 3, 36 + + + 82, 27 + + + 13 + + + flowLayoutPanel14 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel7 + + + 0 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 50, 2 + + + 2, 2, 2, 2 + + + 44, 23 + + + 5 + + + 写M1 + + + 写入普通M1卡(可能需要加载密钥文件) + + + buttonMfWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel13 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 98, 2 + + + 2, 2, 2, 2 + + + 44, 23 + + + 6 + + + 清M1 + + + 格式化普通M1卡(必须加载密钥文件) + + + 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 + + + Fill + + + 2, 15 + + + 2 + + + 150, 66 + + + 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> + + + Top + + + 146, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 154, 83 + + + 4 + 普通卡操作 - - 一键解原卡 + + groupBox2 - - 318, 110 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 327, 125 + + flowLayoutPanel7 - - groupBox4 - - + 1 - - tabPage3 + + True - - + + GrowAndShrink - + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 2, 2 + + + 2, 2, 2, 2 + + + 48, 25 + + + 10 + + + UID写 + + + 写入UID卡片。 + + + buttonBmfWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel16 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 2, 2 + + + 2, 2, 2, 2 + + + 48, 25 + + + 9 + + + UID读 + + + 读取UID卡片。 + + + buttonBmfRead + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel15 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 2, 2 + + + 2, 2, 2, 2 + + + 59, 23 + + + 8 + + + MFOC读 + + + 对半加密卡片进行Nested破解。 +按住Ctrl点击该按钮可添加已知密钥。 + + + buttonMfoc + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel17 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 54, 2 + + + 2, 2, 2, 2 + + + 60, 25 + + + 5 + + + UID写号 + + + 向UID卡片写入置顶卡号,厂商设置为复旦。 + + + buttonUidWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel16 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 9pt + + + 118, 2 + + + 2, 2, 2, 2 + + + 62, 25 + + + 7 + + + UID全格 + + + 将全卡清空并重新初始化。 +可用于ACbit损坏/KEY全部被改等情况的急救。 + + + buttonUidFormat + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel15 + + 2 + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 54, 2 + + + 2, 2, 2, 2 + + + 60, 25 + + + 6 + + + UID重置 + + + 重置UID卡片0块,UID随机,厂商号为复旦。 + + + buttonUidReset + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel15 + + + 1 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 1 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 2, 2 + + + 2, 2, 2, 2 + + + 53, 23 + + + 2 + + + 停运行 + + + 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 + + + GrowAndShrink + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 2, 2 + + + 2, 2, 2, 2 + + + 53, 23 + + + 0 + + + 清终端 + + + buttonConClr + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel19 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 59, 2 + + + 2, 2, 2, 2 + + + 53, 23 + + + 1 + + + 存日志 + + + 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 + + + Fill + + + 2, 15 + + + 2 + + + 120, 66 + + + 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> + + + Top + + + 418, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 124, 83 + + + 5 + + + 运行/终端 + + + groupBox3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel8 + + + 2 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 116, 2 + + + 2, 2, 2, 2 + + + 77, 23 + + + 3 + + + 全加密爆破 + + + 对卡片执行Darkside工具(不一定成功) + + + buttonMfcuk + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel17 + + + 2 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 2, 2 + + + 2, 2, 2, 2 + + + 72, 23 + + + 1 + + + Hex编辑器 + + + buttonHexTool + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel10 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 2, 2 + + + 2, 2, 2, 2 + + + 65, 25 + + + 0 + + + 差异比较 + + + buttonDiffTool + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel9 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 2, 2 + + + 2, 2, 2, 2 + + + 53, 23 + + + 13 + + + 检加密 + + + 检测卡片加密情况。 + + + buttonCheckEncrypt + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel18 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 9pt + + + 118, 2 + + + 2, 2, 2, 2 + + + 58, 25 + + + 5 + + + 锁Ufuid + + + 锁死UFUID卡片0块数据(测试中) + + + buttonLockUfuid + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel16 + + + 2 + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 2, 28 + + + 2, 2, 2, 2 + + + 67, 21 + + + 4 + + + CUID写 + + + 写入CUID/FUID卡片(可能需要密钥文件) + + + buttonCmfWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel21 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 59, 2 + + + 2, 2, 2, 2 + + + 65, 23 + + + 16 + + + 字典测试 + + + 导入字典文件进行Nested破解。 + + + buttonDictMfoc + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel18 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 65, 2 + + + 2, 2, 2, 2 + + + 47, 23 + + + 15 + + + 知n密 + + + 输入已知密钥进行Nested破解。 + + + buttonnKeysMfoc + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel17 + + + 1 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 1 + + + True + + + GrowAndShrink + + + 3, 38 + + + 76, 27 + + + 13 + + + flowLayoutPanel10 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel6 + + + 0 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 72, 3 + + + 103, 23 + + + 2 + + + MFF08 CUID修复 + + + buttonMFF08 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel9 + + + 1 + + + 3, 3 + + + 178, 29 + + + 13 + + + flowLayoutPanel9 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel6 + + + 1 + + + Fill + + + 2, 15 + + + 2 + + + 184, 70 + + + 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> + + + Top + + + 2, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 188, 87 + + + 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 + + + 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 + + + TopDown + + + 300, 3 + + + 41, 39 + + + 16 + + + flowLayoutPanel1 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 0 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 4 + + + 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 + + + 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 + + + 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 + + + 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 + + + True + + + GrowAndShrink + + + 1 + + + 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 - - 84, 33 + + 知一密破解 - - 130, 33 + + buttonECmfoc - - 495, 8 + + 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 - - 0, 7 + + 一键解原卡 - + + 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 + + + Fill + + + 2, 15 + + + 5 + + + 88, 187 + + + 13 + + + tableLayoutPanel11 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox5 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEReadUID" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfRead" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECmfoc" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfoc" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonESelectKey" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + 203, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 92, 204 + + + 0 + + + [2]读取原卡 + + + groupBox5 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 2 + + + True + + + GrowAndShrink + + + 1 + + + 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 + + + Fill + + + 439, 3 + + + 2 + + + 128, 202 + + + 16 + + + tableLayoutPanel3 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 3 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label6" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEStop" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 1 + + + 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 + + + Fill + + + 2, 15 + + + 4 + + + 84, 187 + + + 13 + + + tableLayoutPanel13 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox7 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEUIDWrite" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button4" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECuidWrite" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfWrite" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + 346, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 88, 204 + + + 3 + + + [3]写入新卡 + + + groupBox7 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 4 + + + Fill + + + 2, 2 + + + 1 + + + 563, 208 + + + 15 + + + tableLayoutPanel2 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="panel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="tableLayoutPanel3" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="groupBox7" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="Percent,100" /></TableLayoutSettings> + + + 4, 22 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 567, 212 + + + 1 + + + 复制卡模式 + + + tabPage2 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 0 + + + Top, Left, Right + + + True + + + GrowAndShrink + + + 1 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 1 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + Fill + + + Microsoft Sans Serif, 8.25pt + + + 128, 2 + + + 2, 2, 2, 2 + + + 74, 23 + + + 14 + + + HardNested + + + buttonHardNested + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel18 + + + 2 + + + 2, 35 + + + 2, 2, 2, 2 + + + 204, 27 + + + 14 + + + flowLayoutPanel18 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel8 + + + 0 + + + True + + + GrowAndShrink + + + 3, 3 + + + 195, 27 + + + 13 + + + flowLayoutPanel17 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel8 + + + 1 + + + 7, 14 + + + 2 + + + 208, 64 + + + 13 + + + tableLayoutPanel8 + + + 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 + + + Top + + + 3, 109 + + + 613, 100 + + + 15 + + + False + + + flowLayoutPanel8 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 0 + + + GrowAndShrink + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 1 + + + 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 + + + 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> + + + Top + + + 304, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 192, 87 + + + 6 + + + UID/UFUID卡操作 + + + groupBox8 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel7 + + + 2 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + True + + + Fill + + + 2, 0 + + + 2, 0, 2, 0 + + + 67, 26 + + + 5 + + + 该卡种读取 +同普通卡 + + + MiddleCenter + + + label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel21 + + + 0 + + + Fill + + + TopDown + + + 2, 15 + + + 71, 51 + + + 0 + + + flowLayoutPanel21 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox9 + + + 0 + + + Top + + + 500, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 75, 68 + + + 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 + + + 613, 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 + + + 619, 212 + + + 0 + + + tableLayoutPanel4 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel8" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel7" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,50" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + 4, 22 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 567, 212 + + + 0 + + + 高级操作模式 + + + tabPage1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 1 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 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 + + + Fill + + + TopDown + + + 2, 15 + + + 137, 86 + + + 14 + + + flowLayoutPanel2 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox6 + + + 0 + + + 2, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 141, 103 + + + 0 + + + 卡操作相关 + + + groupBox6 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel6 + + + 0 + + + True + + + GrowAndShrink + + + 2 + + + 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 + + + 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 + + + 7, 18 + + + 2 + + + 151, 49 + + + 14 + + + tableLayoutPanel12 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox12 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="numericCLIFontSize" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonCLIColor" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + 147, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 150, 70 + + + 12 + + + 界面设置 + + + groupBox12 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel6 + + + 1 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 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 + 多实例运行模式 会禁用多开检测 请自行指定设备 - - 6, 32 + + checkBoxMultiDev - - groupBox4 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + flowLayoutPanel5 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - 13 + + TopDown - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10, 20 - - + + 137, 110 - - 运行/终端 + + 14 + + + flowLayoutPanel5 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox14 + + + 0 + + + 301, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 152, 148 + + + 15 + + + 优化设置 + + + groupBox14 System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage2 + + flowLayoutPanel6 - + + 2 + + True - - buttonEStop + + GrowAndShrink - - 89, 40 + + True - + + GrowAndShrink + + + True + + + 2, 2 + + + 2, 2, 2, 2 + + + 146, 17 + + 0 - - 请放 -原卡 + + 自动转到高级操作模式 - - buttonECheckEncrypt + + checkBoxDefIsAdv - - 130, 33 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 集成辅助工具 + + flowLayoutPanel4 - - 打开NFC命令行以进行高级操作。 + + 0 - - 检测连接 + + True - - groupBox2 + + 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 + + + TopDown + + + 12, 28 + + + 150, 42 + + + 14 + + + flowLayoutPanel4 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox13 + + + 0 + + + 457, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 167, 88 + + + 13 + + + 偏好设置 + + + groupBox13 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel6 + + + 3 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 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 + + + TopDown + + + 11, 18 + + + 90, 21 + + + 14 + + + flowLayoutPanel3 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox11 + + + 0 + + + 628, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 106, 57 + + + 14 + + + HardNested + + + groupBox11 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel6 + + 4 - - 6, 55 + + 8, 3 + + + 736, 152 + + + 14 + + + flowLayoutPanel6 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage3 + + + 0 + + + 4, 22 + + + 2, 2, 2, 2 + + + 567, 212 + + + 2 + + + 软件设置 + + + tabPage3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 2 + + + 0, 5 + + + 2, 2, 2, 2 + + + 575, 238 + + + 11 + + + tabControl1 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + 157, 17 + + + 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 + + + 0, 425 + + + 1, 0, 10, 0 + + + 575, 31 + + + 12 + + + statusStrip1 + + + statusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + 0 - - 84, 33 + + 297, 17 + + + True + + + 71 + + + 6, 13 - - 54, 20 + + 575, 456 @@ -2443,1339 +5413,58 @@ //////////////////////////////////8= - - 84, 33 + + 2, 2, 2, 2 - - 差异比较 + + MifareOne Tool - - 加载含有正确读写卡密钥及正确控制位的MFD文件。 - - - [2]读取原卡 - - - 0 - - - 94, 70 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox8 - - - 1 - - - - - - 2 - - - 写入普通卡 - - - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 854, 250 - - - 卡操作相关 - - - True - - - 1 - - - 就绪 - - - System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox5 - - - tabPage1 - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 11 - - - groupBox4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - [3]写入新卡 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - UID全格 - - - - - - 读取UID卡片。 - - - 优化设置 - - - $this - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 停运行 - - - buttoEScanCard - - - 12 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - - - - 写入UID卡片。 - - - 4 - - - - - - - - - 14 - - - buttonCLIColor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Popup - - - 高级操作模式 - - - 11 - - - groupBox10 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 98, 30 - - - - - - 236, 8 - - - - - - SimSun, 8.5pt - - - groupBox4 - - - tabPage1 - - - - - - - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 102, 33 - - - - - - buttonUidWrite - - - SimSun, 8.5pt - - - buttonHardNested - - - 清终端 - - - 225, 120 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - tabPage2 - - - 192, 24 - - - - - - statusStrip1 - - - 2 - - - groupBox14 - - - - - - 236, 3 - - - 0 - - - checkBoxNewScan - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage3 - - - tabPage1 - - - - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8 - - - groupBox2 - - - 已知密钥读 - - - 6, 30 - - - 选择key.mfd - - - 41, 40 - - - 8 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - UID写号 - - - 96, 33 - - - - - - tabControl1 - - - 1 - - - 1 - - - - - - 写入普通M1卡(可能需要加载密钥文件) - - - 195, 24 + + toolTipHelp System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - HardNested + + statusLabel - - label4 + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + runTimeLabel - - groupBox14 - - - label8 - - - 0, 816 - - - groupBox5 - - - 偏好设置 - - - 84, 33 - - - 对半加密卡片进行Nested破解。 -按住Ctrl点击该按钮可添加已知密钥。 - - - True - - - 176, 33 - - - 173, 24 - - - checkBoxMultiDev - - - 110, 38 - - - buttonDiffTool - - - - - - 96, 33 - - - MiddleLeft - - - - - - buttonEscan - - - groupBox2 - - - 6, 32 - - - MiddleCenter - - - buttonUidReset - - - - - - tabPage2 - - - 123, 33 - - - 0 - - - 4, 30 - - - 6, 187 - - - 660, 125 - - - 重置UID卡片0块,UID随机,厂商号为复旦。 - - - 28, 70 - - - 147, 24 - - - 183, 32 - - - 138, 32 - - - SimSun, 8.5pt - - - - - - 114, 32 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 13 - - - 27, 20 - - - groupBox11 - - - 11 - - - 锁Ufuid - - - 破解工具 - - - 130, 33 - - - 3 - - - groupBox7 - - - 1 - - - tabPage2 + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 localVersionLabel - - SimSun, 8.5pt + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 123, 63 - - - 138, 110 - - - 2 - - - - - - 0 - - - - - - SimSun, 8.5pt - - - >>> 尝试一下是否成功 - - - groupBox8 - - - - - - 10 - - - 6, 33 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox8 - - - 66, 32 - - - System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 导入字典文件进行Nested破解。 - - - 1 - - - tabPage1 - - - 1 - - - 9 - - - 9 - - - 4, 29 - - - 4, 5, 4, 5 - - - 123, 22 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - buttonBmfWrite - - - - - - 9, 32 - - - 6 - - - groupBox3 - - - 6, 28 - - - False - - - - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8, 67 - - - SimSun, 8.5pt - - - buttonMfFormat - - - tabPage1 - - - SimSun, 8.5pt - - - True - - - 12 - - - 5 - - - 8, 92 - - - groupBox10 - - - 130, 33 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - SimSun, 8.5pt - - - 4, 29 - - - CUID写 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 213, 233 - - - buttonHexTool - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 15 - - - 0 - - - tabPage2 - - - 4 - - - 0 - - - - - - True - - - 0 - - - HardNested - - - 466, 3 - - - label1 - - - 4 - - - - 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 - - - - label5 - - - 854, 250 - - - 2 - - - label9 - - - 6, 120 - - - SimSun, 8.5pt - - - buttonnKeysMfoc - - - tabPage2 - - - 4 - - - 12 - - - #M1T# - - - 1 - - - 0 - - - 手动扫描 - - - tabControl1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 字典测试 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - CUID写空卡补丁 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - checkBoxWriteProtect - - - buttonConSave - - - 24, 25 - - - buttonECuidWrite - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 225, 110 - - - - - - 225, 107 - - - 435, 55 - - - 4 + + toolStripCheckUpdate System.Windows.Forms.ToolStripSplitButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox14 + + curDevice - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - checkBoxAutoSave - - - 4, 5, 4, 5 - - - 0, 292 - - - buttonMfRead - - - tabPage2 - - - 190, 110 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 236, 117 - - - - - - 0 - - - 3, 165 - - - 2 - - - groupBox6 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 将全卡清空并重新初始化。 -可用于ACbit损坏/KEY全部被改等情况的急救。 - - - 100, 42 - - - SimSun, 8.5pt - - - $this - - - tabPage3 - - - 5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox10 - - - groupBox7 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 12 - - - groupBox13 + + System.Windows.Forms.ToolStripStatusLabel, 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 - - 6 + + Form1 - - 327, 110 + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 190, 112 - - - label3 - - - buttonMFF08 - - - True - - - groupBox12 - - - 2 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - label7 - - - 102, 33 - - - True - - - 自动判断Key(beta) - - - True - - - 读取普通M1卡片(可能需要加载密钥文件) - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 117, 33 - - - tabPage1 - - - 0 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6, 65 - - - 写(UF)UID卡 - - - groupBox8 - - - groupBox13 - - - 清M1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SetDeviceCombo - - - 复制卡模式 - - - statusLabel - - - 144, 228 - - - 5 - - - 1 - - - 98, 30 - - - 界面设置 - - - 5 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - buttonEUIDWrite - - - 712, 8 - - - groupBox1 - - - buttonMfoc - - - 0 - - - groupBox10 - - - groupBox6 - - - - - - 6 - - - 744, 190 - - - 1 - - - 3 - - - 130, 33 - - - tabControl1 - - - 84, 33 - - - True - - - groupBox8 - - - 3, 3 - - - 2 - - - 144, 228 - - - 2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 3, 3, 3 - - - 36, 20 - - - groupBox7 - - - - - - 225, 155 - - - 1 - - - - - - curDevice - - - True - - - 15 - - - - - - groupBox5 - - - groupBox12 - - - SimSun, 8.5pt - - - 1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 94, 32 - - - 13 - - - 84, 33 - - - 锁UFUID卡 - - - 6 - - - 6, 70 - - - buttonEMfWrite - - - groupBox12 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox6 - - - 6, 23 - - - 6 - - - 57, 33 - - - checkBoxDefIsAdv - - - 84, 33 - - - - - - SimSun, 8.5pt - - - groupBox8 - - - 225, 72 - - - - - - tabPage2 - - - buttonConClr - - - 4, 0, 4, 0 - - - 6, 145 - - - 检查更新 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - richTextBox1 - - - 84, 33 - - - buttonLockUfuid - - - checkBoxAutoLoadKey - - - groupBox10 - - - True - - - 存日志 - - - 107, 29 - - - Hello,cardman! -首次运行建议点击"检测设备"以加快后续运行速度 - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6, 88 - - - 1 - - - 从这里开始 - - - - - - -本工具仅支持SAK=08/18/28的 -卡片复制。SAK28无一键解密。 -若要复制S70卡片,请在高级界 -面上取消勾选“数据写入保护”。 - - - - 终端文字颜色 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage3 - - - 2 - - - 84, 33 - - - groupBox10 - - - groupBox8 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - - - - 2 - - - 自动转到高级操作模式 - - - 17, 17 - - - True - - - zh - - - 297, 17 - - - 71 - - - 157, 17 - \ No newline at end of file diff --git a/MifareOneTool/Form1.ru.resx b/MifareOneTool/Form1.ru.resx index 6688697..7a128f3 100644 --- a/MifareOneTool/Form1.ru.resx +++ b/MifareOneTool/Form1.ru.resx @@ -618,17 +618,17 @@ Multi-Open обнаружение будет отключено - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== + 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