MifareOneTool/MifareOneTool/Form1.Designer.cs
2019-05-01 10:17:24 +08:00

1372 lines
73 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace MifareOneTool
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.buttonCLI = new System.Windows.Forms.Button();
this.buttonScanCard = new System.Windows.Forms.Button();
this.buttonListDev = new System.Windows.Forms.Button();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.buttonMfRead = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.buttonMfFormat = new System.Windows.Forms.Button();
this.buttonMfWrite = new System.Windows.Forms.Button();
this.buttonSelectKey = new System.Windows.Forms.Button();
this.buttonBmfWrite = new System.Windows.Forms.Button();
this.buttonBmfRead = new System.Windows.Forms.Button();
this.buttonMfoc = new System.Windows.Forms.Button();
this.buttonUidWrite = new System.Windows.Forms.Button();
this.buttonUidFormat = new System.Windows.Forms.Button();
this.buttonUidReset = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.buttonKill = new System.Windows.Forms.Button();
this.buttonConSave = new System.Windows.Forms.Button();
this.buttonConClr = new System.Windows.Forms.Button();
this.buttonMfcuk = new System.Windows.Forms.Button();
this.buttonHexTool = new System.Windows.Forms.Button();
this.buttonDiffTool = new System.Windows.Forms.Button();
this.toolTipHelp = new System.Windows.Forms.ToolTip(this.components);
this.buttonCheckEncrypt = new System.Windows.Forms.Button();
this.buttonLockUfuid = new System.Windows.Forms.Button();
this.buttonCmfWrite = new System.Windows.Forms.Button();
this.buttonDictMfoc = new System.Windows.Forms.Button();
this.buttonnKeysMfoc = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
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.label7 = 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();
this.groupBox9 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.groupBox14 = new System.Windows.Forms.GroupBox();
this.checkBoxMultiDev = new System.Windows.Forms.CheckBox();
this.label11 = new System.Windows.Forms.Label();
this.SetDeviceCombo = new System.Windows.Forms.ComboBox();
this.checkBoxNewScan = new System.Windows.Forms.CheckBox();
this.groupBox13 = new System.Windows.Forms.GroupBox();
this.checkBoxAutoSave = new System.Windows.Forms.CheckBox();
this.checkBoxDefIsAdv = new System.Windows.Forms.CheckBox();
this.groupBox11 = new System.Windows.Forms.GroupBox();
this.checkBoxHardLowCost = new System.Windows.Forms.CheckBox();
this.groupBox12 = new System.Windows.Forms.GroupBox();
this.numericCLIFontSize = new System.Windows.Forms.NumericUpDown();
this.label10 = new System.Windows.Forms.Label();
this.buttonCLIColor = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.checkBoxCuidKeyOver = new System.Windows.Forms.CheckBox();
this.checkBoxWriteProtect = new System.Windows.Forms.CheckBox();
this.checkBoxAutoLoadKey = new System.Windows.Forms.CheckBox();
this.checkBoxAutoABN = new System.Windows.Forms.CheckBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.runTimeLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.localVersionLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripCheckUpdate = new System.Windows.Forms.ToolStripSplitButton();
this.curDevice = new System.Windows.Forms.ToolStripStatusLabel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox7.SuspendLayout();
this.groupBox5.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox10.SuspendLayout();
this.groupBox9.SuspendLayout();
this.groupBox8.SuspendLayout();
this.tabPage3.SuspendLayout();
this.groupBox14.SuspendLayout();
this.groupBox13.SuspendLayout();
this.groupBox11.SuspendLayout();
this.groupBox12.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericCLIFontSize)).BeginInit();
this.groupBox6.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.buttonCLI);
this.groupBox1.Controls.Add(this.buttonScanCard);
this.groupBox1.Controls.Add(this.buttonListDev);
this.groupBox1.Location = new System.Drawing.Point(2, 5);
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
this.groupBox1.Size = new System.Drawing.Size(150, 66);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "设备控制";
//
// buttonCLI
//
this.buttonCLI.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonCLI.Location = new System.Drawing.Point(76, 19);
this.buttonCLI.Margin = new System.Windows.Forms.Padding(2);
this.buttonCLI.Name = "buttonCLI";
this.buttonCLI.Size = new System.Drawing.Size(68, 20);
this.buttonCLI.TabIndex = 11;
this.buttonCLI.Text = "手动CLI";
this.toolTipHelp.SetToolTip(this.buttonCLI, "打开NFC命令行以进行高级操作。");
this.buttonCLI.UseVisualStyleBackColor = true;
this.buttonCLI.Click += new System.EventHandler(this.buttonCLI_Click);
//
// buttonScanCard
//
this.buttonScanCard.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonScanCard.Location = new System.Drawing.Point(3, 42);
this.buttonScanCard.Margin = new System.Windows.Forms.Padding(2);
this.buttonScanCard.Name = "buttonScanCard";
this.buttonScanCard.Size = new System.Drawing.Size(68, 20);
this.buttonScanCard.TabIndex = 1;
this.buttonScanCard.Text = "手动扫描";
this.toolTipHelp.SetToolTip(this.buttonScanCard, "扫描有效卡片。");
this.buttonScanCard.UseVisualStyleBackColor = true;
this.buttonScanCard.Click += new System.EventHandler(this.buttonScanCard_Click);
//
// buttonListDev
//
this.buttonListDev.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonListDev.Location = new System.Drawing.Point(3, 19);
this.buttonListDev.Margin = new System.Windows.Forms.Padding(2);
this.buttonListDev.Name = "buttonListDev";
this.buttonListDev.Size = new System.Drawing.Size(68, 20);
this.buttonListDev.TabIndex = 0;
this.buttonListDev.Text = "检测设备";
this.toolTipHelp.SetToolTip(this.buttonListDev, "扫描已连接的NFC设备\r\n(目前支持PN532、ACR122U)");
this.buttonListDev.UseVisualStyleBackColor = true;
this.buttonListDev.Click += new System.EventHandler(this.buttonListDev_Click);
//
// richTextBox1
//
this.richTextBox1.BackColor = System.Drawing.Color.Black;
this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.richTextBox1.Location = new System.Drawing.Point(0, 175);
this.richTextBox1.Margin = new System.Windows.Forms.Padding(2);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(576, 313);
this.richTextBox1.TabIndex = 1;
this.richTextBox1.Text = "Hello,cardman!\n建议点击\"检测\"以加快后续运行速度\n";
//
// buttonMfRead
//
this.buttonMfRead.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonMfRead.Location = new System.Drawing.Point(4, 19);
this.buttonMfRead.Margin = new System.Windows.Forms.Padding(2);
this.buttonMfRead.Name = "buttonMfRead";
this.buttonMfRead.Size = new System.Drawing.Size(38, 20);
this.buttonMfRead.TabIndex = 3;
this.buttonMfRead.Text = "读M1";
this.toolTipHelp.SetToolTip(this.buttonMfRead, "读取普通M1卡片可能需要加载密钥文件");
this.buttonMfRead.UseVisualStyleBackColor = true;
this.buttonMfRead.Click += new System.EventHandler(this.buttonMfRead_Click);
//
// 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.Location = new System.Drawing.Point(157, 5);
this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
this.groupBox2.Size = new System.Drawing.Size(127, 66);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "普通卡操作";
//
// buttonMfFormat
//
this.buttonMfFormat.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonMfFormat.Location = new System.Drawing.Point(84, 19);
this.buttonMfFormat.Margin = new System.Windows.Forms.Padding(2);
this.buttonMfFormat.Name = "buttonMfFormat";
this.buttonMfFormat.Size = new System.Drawing.Size(38, 20);
this.buttonMfFormat.TabIndex = 6;
this.buttonMfFormat.Text = "清M1";
this.toolTipHelp.SetToolTip(this.buttonMfFormat, "格式化普通M1卡必须加载密钥文件");
this.buttonMfFormat.UseVisualStyleBackColor = true;
this.buttonMfFormat.Click += new System.EventHandler(this.buttonMfFormat_Click);
//
// buttonMfWrite
//
this.buttonMfWrite.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonMfWrite.Location = new System.Drawing.Point(44, 19);
this.buttonMfWrite.Margin = new System.Windows.Forms.Padding(2);
this.buttonMfWrite.Name = "buttonMfWrite";
this.buttonMfWrite.Size = new System.Drawing.Size(38, 20);
this.buttonMfWrite.TabIndex = 5;
this.buttonMfWrite.Text = "写M1";
this.toolTipHelp.SetToolTip(this.buttonMfWrite, "写入普通M1卡可能需要加载密钥文件");
this.buttonMfWrite.UseVisualStyleBackColor = true;
this.buttonMfWrite.Click += new System.EventHandler(this.buttonMfWrite_Click);
//
// buttonSelectKey
//
this.buttonSelectKey.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonSelectKey.Location = new System.Drawing.Point(4, 42);
this.buttonSelectKey.Margin = new System.Windows.Forms.Padding(2);
this.buttonSelectKey.Name = "buttonSelectKey";
this.buttonSelectKey.Size = new System.Drawing.Size(117, 20);
this.buttonSelectKey.TabIndex = 4;
this.buttonSelectKey.Text = "选择key.mfd";
this.toolTipHelp.SetToolTip(this.buttonSelectKey, "加载含有正确读写卡密钥及正确控制位的MFD文件。");
this.buttonSelectKey.UseVisualStyleBackColor = true;
this.buttonSelectKey.Click += new System.EventHandler(this.buttonSelectKey_Click);
//
// buttonBmfWrite
//
this.buttonBmfWrite.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonBmfWrite.Location = new System.Drawing.Point(4, 42);
this.buttonBmfWrite.Margin = new System.Windows.Forms.Padding(2);
this.buttonBmfWrite.Name = "buttonBmfWrite";
this.buttonBmfWrite.Size = new System.Drawing.Size(56, 20);
this.buttonBmfWrite.TabIndex = 10;
this.buttonBmfWrite.Text = "UID写";
this.toolTipHelp.SetToolTip(this.buttonBmfWrite, "写入UID卡片。");
this.buttonBmfWrite.UseVisualStyleBackColor = true;
this.buttonBmfWrite.Click += new System.EventHandler(this.buttonBmfWrite_Click);
//
// buttonBmfRead
//
this.buttonBmfRead.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonBmfRead.Location = new System.Drawing.Point(4, 19);
this.buttonBmfRead.Margin = new System.Windows.Forms.Padding(2);
this.buttonBmfRead.Name = "buttonBmfRead";
this.buttonBmfRead.Size = new System.Drawing.Size(56, 20);
this.buttonBmfRead.TabIndex = 9;
this.buttonBmfRead.Text = "UID读";
this.toolTipHelp.SetToolTip(this.buttonBmfRead, "读取UID卡片。");
this.buttonBmfRead.UseVisualStyleBackColor = true;
this.buttonBmfRead.Click += new System.EventHandler(this.buttonBmfRead_Click);
//
// buttonMfoc
//
this.buttonMfoc.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonMfoc.Location = new System.Drawing.Point(4, 18);
this.buttonMfoc.Margin = new System.Windows.Forms.Padding(2);
this.buttonMfoc.Name = "buttonMfoc";
this.buttonMfoc.Size = new System.Drawing.Size(56, 20);
this.buttonMfoc.TabIndex = 8;
this.buttonMfoc.Text = "MFOC读";
this.toolTipHelp.SetToolTip(this.buttonMfoc, "对半加密卡片进行Nested破解。\r\n按住Ctrl点击该按钮可添加已知密钥。");
this.buttonMfoc.UseVisualStyleBackColor = true;
this.buttonMfoc.Click += new System.EventHandler(this.buttonMfoc_Click);
//
// buttonUidWrite
//
this.buttonUidWrite.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonUidWrite.Location = new System.Drawing.Point(63, 42);
this.buttonUidWrite.Margin = new System.Windows.Forms.Padding(2);
this.buttonUidWrite.Name = "buttonUidWrite";
this.buttonUidWrite.Size = new System.Drawing.Size(56, 20);
this.buttonUidWrite.TabIndex = 5;
this.buttonUidWrite.Text = "UID写号";
this.toolTipHelp.SetToolTip(this.buttonUidWrite, "向UID卡片写入置顶卡号厂商设置为复旦。");
this.buttonUidWrite.UseVisualStyleBackColor = true;
this.buttonUidWrite.Click += new System.EventHandler(this.buttonUidWrite_Click);
//
// buttonUidFormat
//
this.buttonUidFormat.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonUidFormat.Location = new System.Drawing.Point(122, 19);
this.buttonUidFormat.Margin = new System.Windows.Forms.Padding(2);
this.buttonUidFormat.Name = "buttonUidFormat";
this.buttonUidFormat.Size = new System.Drawing.Size(56, 20);
this.buttonUidFormat.TabIndex = 7;
this.buttonUidFormat.Text = "UID全格";
this.toolTipHelp.SetToolTip(this.buttonUidFormat, "将全卡清空并重新初始化。\r\n可用于ACbit损坏/KEY全部被改等情况的急救。");
this.buttonUidFormat.UseVisualStyleBackColor = true;
this.buttonUidFormat.Click += new System.EventHandler(this.buttonUidFormat_Click);
//
// buttonUidReset
//
this.buttonUidReset.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonUidReset.Location = new System.Drawing.Point(63, 19);
this.buttonUidReset.Margin = new System.Windows.Forms.Padding(2);
this.buttonUidReset.Name = "buttonUidReset";
this.buttonUidReset.Size = new System.Drawing.Size(56, 20);
this.buttonUidReset.TabIndex = 6;
this.buttonUidReset.Text = "UID重置";
this.toolTipHelp.SetToolTip(this.buttonUidReset, "重置UID卡片0块UID随机厂商号为复旦。");
this.buttonUidReset.UseVisualStyleBackColor = true;
this.buttonUidReset.Click += new System.EventHandler(this.buttonUidReset_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.buttonKill);
this.groupBox3.Controls.Add(this.buttonConSave);
this.groupBox3.Controls.Add(this.buttonConClr);
this.groupBox3.Location = new System.Drawing.Point(440, 75);
this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
this.groupBox3.Size = new System.Drawing.Size(127, 67);
this.groupBox3.TabIndex = 5;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "运行/终端";
//
// buttonKill
//
this.buttonKill.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonKill.Location = new System.Drawing.Point(4, 42);
this.buttonKill.Margin = new System.Windows.Forms.Padding(2);
this.buttonKill.Name = "buttonKill";
this.buttonKill.Size = new System.Drawing.Size(56, 20);
this.buttonKill.TabIndex = 2;
this.buttonKill.Text = "停运行";
this.buttonKill.UseVisualStyleBackColor = true;
this.buttonKill.Click += new System.EventHandler(this.buttonKill_Click);
//
// buttonConSave
//
this.buttonConSave.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonConSave.Location = new System.Drawing.Point(65, 18);
this.buttonConSave.Margin = new System.Windows.Forms.Padding(2);
this.buttonConSave.Name = "buttonConSave";
this.buttonConSave.Size = new System.Drawing.Size(56, 20);
this.buttonConSave.TabIndex = 1;
this.buttonConSave.Text = "存日志";
this.buttonConSave.UseVisualStyleBackColor = true;
this.buttonConSave.Click += new System.EventHandler(this.buttonConSave_Click);
//
// buttonConClr
//
this.buttonConClr.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonConClr.Location = new System.Drawing.Point(4, 18);
this.buttonConClr.Margin = new System.Windows.Forms.Padding(2);
this.buttonConClr.Name = "buttonConClr";
this.buttonConClr.Size = new System.Drawing.Size(56, 20);
this.buttonConClr.TabIndex = 0;
this.buttonConClr.Text = "清终端";
this.buttonConClr.UseVisualStyleBackColor = true;
this.buttonConClr.Click += new System.EventHandler(this.buttonConClr_Click);
//
// buttonMfcuk
//
this.buttonMfcuk.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonMfcuk.Location = new System.Drawing.Point(134, 18);
this.buttonMfcuk.Margin = new System.Windows.Forms.Padding(2);
this.buttonMfcuk.Name = "buttonMfcuk";
this.buttonMfcuk.Size = new System.Drawing.Size(78, 20);
this.buttonMfcuk.TabIndex = 3;
this.buttonMfcuk.Text = "全加密爆破";
this.toolTipHelp.SetToolTip(this.buttonMfcuk, "对卡片执行Darkside工具不一定成功");
this.buttonMfcuk.UseVisualStyleBackColor = true;
this.buttonMfcuk.Click += new System.EventHandler(this.buttonMfcuk_Click);
//
// buttonHexTool
//
this.buttonHexTool.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonHexTool.Location = new System.Drawing.Point(3, 42);
this.buttonHexTool.Margin = new System.Windows.Forms.Padding(2);
this.buttonHexTool.Name = "buttonHexTool";
this.buttonHexTool.Size = new System.Drawing.Size(82, 20);
this.buttonHexTool.TabIndex = 1;
this.buttonHexTool.Text = "Hex编辑器";
this.buttonHexTool.UseVisualStyleBackColor = true;
this.buttonHexTool.Click += new System.EventHandler(this.buttonHexTool_Click);
//
// buttonDiffTool
//
this.buttonDiffTool.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonDiffTool.Location = new System.Drawing.Point(3, 18);
this.buttonDiffTool.Margin = new System.Windows.Forms.Padding(2);
this.buttonDiffTool.Name = "buttonDiffTool";
this.buttonDiffTool.Size = new System.Drawing.Size(82, 20);
this.buttonDiffTool.TabIndex = 0;
this.buttonDiffTool.Text = "差异比较";
this.buttonDiffTool.UseVisualStyleBackColor = true;
this.buttonDiffTool.Click += new System.EventHandler(this.buttonDiffTool_Click);
//
// toolTipHelp
//
this.toolTipHelp.AutoPopDelay = 2000;
this.toolTipHelp.InitialDelay = 500;
this.toolTipHelp.ReshowDelay = 1000;
this.toolTipHelp.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.toolTipHelp.ToolTipTitle = "提示";
//
// buttonCheckEncrypt
//
this.buttonCheckEncrypt.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonCheckEncrypt.Location = new System.Drawing.Point(4, 41);
this.buttonCheckEncrypt.Margin = new System.Windows.Forms.Padding(2);
this.buttonCheckEncrypt.Name = "buttonCheckEncrypt";
this.buttonCheckEncrypt.Size = new System.Drawing.Size(56, 20);
this.buttonCheckEncrypt.TabIndex = 13;
this.buttonCheckEncrypt.Text = "检加密";
this.toolTipHelp.SetToolTip(this.buttonCheckEncrypt, "检测卡片加密情况。");
this.buttonCheckEncrypt.UseVisualStyleBackColor = true;
this.buttonCheckEncrypt.Click += new System.EventHandler(this.buttonCheckEncrypt_Click);
//
// buttonLockUfuid
//
this.buttonLockUfuid.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonLockUfuid.Location = new System.Drawing.Point(122, 42);
this.buttonLockUfuid.Margin = new System.Windows.Forms.Padding(2);
this.buttonLockUfuid.Name = "buttonLockUfuid";
this.buttonLockUfuid.Size = new System.Drawing.Size(56, 20);
this.buttonLockUfuid.TabIndex = 5;
this.buttonLockUfuid.Text = "锁Ufuid";
this.toolTipHelp.SetToolTip(this.buttonLockUfuid, "锁死UFUID卡片0块数据测试中");
this.buttonLockUfuid.UseVisualStyleBackColor = true;
this.buttonLockUfuid.Click += new System.EventHandler(this.buttonLockUfuid_Click);
//
// buttonCmfWrite
//
this.buttonCmfWrite.Font = new System.Drawing.Font("宋体", 8.5F);
this.buttonCmfWrite.Location = new System.Drawing.Point(19, 42);
this.buttonCmfWrite.Margin = new System.Windows.Forms.Padding(2);
this.buttonCmfWrite.Name = "buttonCmfWrite";
this.buttonCmfWrite.Size = new System.Drawing.Size(56, 20);
this.buttonCmfWrite.TabIndex = 4;
this.buttonCmfWrite.Text = "CUID写";
this.toolTipHelp.SetToolTip(this.buttonCmfWrite, "写入CUID/FUID卡片可能需要密钥文件");
this.buttonCmfWrite.UseVisualStyleBackColor = true;
this.buttonCmfWrite.Click += new System.EventHandler(this.buttonCmfWrite_Click);
//
// buttonDictMfoc
//
this.buttonDictMfoc.Location = new System.Drawing.Point(65, 41);
this.buttonDictMfoc.Margin = new System.Windows.Forms.Padding(2);
this.buttonDictMfoc.Name = "buttonDictMfoc";
this.buttonDictMfoc.Size = new System.Drawing.Size(64, 20);
this.buttonDictMfoc.TabIndex = 16;
this.buttonDictMfoc.Text = "字典测试";
this.toolTipHelp.SetToolTip(this.buttonDictMfoc, "导入字典文件进行Nested破解。");
this.buttonDictMfoc.UseVisualStyleBackColor = true;
this.buttonDictMfoc.Click += new System.EventHandler(this.buttonDictMfoc_Click);
//
// buttonnKeysMfoc
//
this.buttonnKeysMfoc.Location = new System.Drawing.Point(65, 18);
this.buttonnKeysMfoc.Margin = new System.Windows.Forms.Padding(2);
this.buttonnKeysMfoc.Name = "buttonnKeysMfoc";
this.buttonnKeysMfoc.Size = new System.Drawing.Size(64, 20);
this.buttonnKeysMfoc.TabIndex = 15;
this.buttonnKeysMfoc.Text = "知n密";
this.toolTipHelp.SetToolTip(this.buttonnKeysMfoc, "输入已知密钥进行Nested破解。");
this.buttonnKeysMfoc.UseVisualStyleBackColor = true;
this.buttonnKeysMfoc.Click += new System.EventHandler(this.buttonnKeysMfoc_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.buttonDiffTool);
this.groupBox4.Controls.Add(this.buttonHexTool);
this.groupBox4.Location = new System.Drawing.Point(2, 75);
this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
this.groupBox4.Size = new System.Drawing.Size(212, 66);
this.groupBox4.TabIndex = 11;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "集成辅助工具";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Location = new System.Drawing.Point(0, 4);
this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(575, 170);
this.tabControl1.TabIndex = 11;
//
// 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.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
this.tabPage2.Size = new System.Drawing.Size(567, 144);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "复制卡模式";
this.tabPage2.UseVisualStyleBackColor = true;
//
// buttonEStop
//
this.buttonEStop.Font = new System.Drawing.Font("宋体", 11F);
this.buttonEStop.Location = new System.Drawing.Point(496, 114);
this.buttonEStop.Margin = new System.Windows.Forms.Padding(2);
this.buttonEStop.Name = "buttonEStop";
this.buttonEStop.Size = new System.Drawing.Size(67, 25);
this.buttonEStop.TabIndex = 13;
this.buttonEStop.Text = "停止";
this.buttonEStop.UseVisualStyleBackColor = true;
this.buttonEStop.Click += new System.EventHandler(this.buttonEStop_Click);
//
// label8
//
this.label8.AutoSize = true;
this.label8.ForeColor = System.Drawing.Color.Green;
this.label8.Location = new System.Drawing.Point(294, 7);
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 24);
this.label8.TabIndex = 12;
this.label8.Text = "请放\r\n新卡";
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.Green;
this.label7.Location = new System.Drawing.Point(63, 40);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 24);
this.label7.TabIndex = 11;
this.label7.Text = "请放\r\n原卡";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(430, 81);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(125, 12);
this.label6.TabIndex = 10;
this.label6.Text = ">>> 尝试一下是否成功";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(290, 33);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 12);
this.label4.TabIndex = 8;
this.label4.Text = ">>>>>";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(160, 23);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(23, 12);
this.label3.TabIndex = 7;
this.label3.Text = ">>>";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(73, 23);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 6;
this.label2.Text = ">>";
//
// buttonECheckEncrypt
//
this.buttonECheckEncrypt.Location = new System.Drawing.Point(92, 44);
this.buttonECheckEncrypt.Margin = new System.Windows.Forms.Padding(2);
this.buttonECheckEncrypt.Name = "buttonECheckEncrypt";
this.buttonECheckEncrypt.Size = new System.Drawing.Size(64, 20);
this.buttonECheckEncrypt.TabIndex = 5;
this.buttonECheckEncrypt.Text = "检测加密";
this.buttonECheckEncrypt.UseVisualStyleBackColor = true;
this.buttonECheckEncrypt.Click += new System.EventHandler(this.buttonECheckEncrypt_Click);
//
// buttoEScanCard
//
this.buttoEScanCard.Location = new System.Drawing.Point(92, 19);
this.buttoEScanCard.Margin = new System.Windows.Forms.Padding(2);
this.buttoEScanCard.Name = "buttoEScanCard";
this.buttoEScanCard.Size = new System.Drawing.Size(64, 20);
this.buttoEScanCard.TabIndex = 1;
this.buttoEScanCard.Text = "扫描卡片";
this.buttoEScanCard.UseVisualStyleBackColor = true;
this.buttoEScanCard.Click += new System.EventHandler(this.buttoEScanCard_Click);
//
// 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.Location = new System.Drawing.Point(330, 5);
this.groupBox7.Margin = new System.Windows.Forms.Padding(2);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Padding = new System.Windows.Forms.Padding(2);
this.groupBox7.Size = new System.Drawing.Size(96, 137);
this.groupBox7.TabIndex = 3;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "[3]写入新卡";
//
// buttonECuidWrite
//
this.buttonECuidWrite.Location = new System.Drawing.Point(4, 45);
this.buttonECuidWrite.Margin = new System.Windows.Forms.Padding(2);
this.buttonECuidWrite.Name = "buttonECuidWrite";
this.buttonECuidWrite.Size = new System.Drawing.Size(87, 20);
this.buttonECuidWrite.TabIndex = 2;
this.buttonECuidWrite.Text = "写C/FUID卡";
this.buttonECuidWrite.UseVisualStyleBackColor = true;
this.buttonECuidWrite.Click += new System.EventHandler(this.buttonECuidWrite_Click);
//
// buttonEUIDWrite
//
this.buttonEUIDWrite.Location = new System.Drawing.Point(4, 20);
this.buttonEUIDWrite.Margin = new System.Windows.Forms.Padding(2);
this.buttonEUIDWrite.Name = "buttonEUIDWrite";
this.buttonEUIDWrite.Size = new System.Drawing.Size(87, 20);
this.buttonEUIDWrite.TabIndex = 2;
this.buttonEUIDWrite.Text = "写(UF)UID卡";
this.buttonEUIDWrite.UseVisualStyleBackColor = true;
this.buttonEUIDWrite.Click += new System.EventHandler(this.buttonEUIDWrite_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(4, 68);
this.button4.Margin = new System.Windows.Forms.Padding(2);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(87, 20);
this.button4.TabIndex = 1;
this.button4.Text = "锁UFUID卡";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// buttonEMfWrite
//
this.buttonEMfWrite.Location = new System.Drawing.Point(4, 112);
this.buttonEMfWrite.Margin = new System.Windows.Forms.Padding(2);
this.buttonEMfWrite.Name = "buttonEMfWrite";
this.buttonEMfWrite.Size = new System.Drawing.Size(87, 20);
this.buttonEMfWrite.TabIndex = 0;
this.buttonEMfWrite.Text = "写入普通卡";
this.buttonEMfWrite.UseVisualStyleBackColor = true;
this.buttonEMfWrite.Click += new System.EventHandler(this.buttonEMfWrite_Click);
//
// buttonEscan
//
this.buttonEscan.Location = new System.Drawing.Point(6, 19);
this.buttonEscan.Margin = new System.Windows.Forms.Padding(2);
this.buttonEscan.Name = "buttonEscan";
this.buttonEscan.Size = new System.Drawing.Size(64, 20);
this.buttonEscan.TabIndex = 0;
this.buttonEscan.Text = "检测连接";
this.buttonEscan.UseVisualStyleBackColor = true;
this.buttonEscan.Click += new System.EventHandler(this.buttonEscan_Click);
//
// 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.Location = new System.Drawing.Point(190, 5);
this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
this.groupBox5.Size = new System.Drawing.Size(96, 137);
this.groupBox5.TabIndex = 0;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "[2]读取原卡";
//
// buttonEReadUID
//
this.buttonEReadUID.Location = new System.Drawing.Point(4, 39);
this.buttonEReadUID.Margin = new System.Windows.Forms.Padding(2);
this.buttonEReadUID.Name = "buttonEReadUID";
this.buttonEReadUID.Size = new System.Drawing.Size(87, 20);
this.buttonEReadUID.TabIndex = 3;
this.buttonEReadUID.Text = "从UID卡读回";
this.buttonEReadUID.UseVisualStyleBackColor = true;
this.buttonEReadUID.Click += new System.EventHandler(this.buttonEReadUID_Click);
//
// buttonESelectKey
//
this.buttonESelectKey.Location = new System.Drawing.Point(4, 87);
this.buttonESelectKey.Margin = new System.Windows.Forms.Padding(2);
this.buttonESelectKey.Name = "buttonESelectKey";
this.buttonESelectKey.Size = new System.Drawing.Size(87, 20);
this.buttonESelectKey.TabIndex = 2;
this.buttonESelectKey.Text = "加载密钥…";
this.buttonESelectKey.UseVisualStyleBackColor = true;
this.buttonESelectKey.Click += new System.EventHandler(this.buttonESelectKey_Click);
//
// buttonECmfoc
//
this.buttonECmfoc.Location = new System.Drawing.Point(4, 64);
this.buttonECmfoc.Margin = new System.Windows.Forms.Padding(2);
this.buttonECmfoc.Name = "buttonECmfoc";
this.buttonECmfoc.Size = new System.Drawing.Size(87, 20);
this.buttonECmfoc.TabIndex = 2;
this.buttonECmfoc.Text = "知一密破解";
this.buttonECmfoc.UseVisualStyleBackColor = true;
this.buttonECmfoc.Click += new System.EventHandler(this.buttonECmfoc_Click);
//
// buttonEMfRead
//
this.buttonEMfRead.Location = new System.Drawing.Point(4, 112);
this.buttonEMfRead.Margin = new System.Windows.Forms.Padding(2);
this.buttonEMfRead.Name = "buttonEMfRead";
this.buttonEMfRead.Size = new System.Drawing.Size(87, 20);
this.buttonEMfRead.TabIndex = 1;
this.buttonEMfRead.Text = "已知密钥读";
this.buttonEMfRead.UseVisualStyleBackColor = true;
this.buttonEMfRead.Click += new System.EventHandler(this.button2_Click);
//
// buttonEMfoc
//
this.buttonEMfoc.Location = new System.Drawing.Point(4, 14);
this.buttonEMfoc.Margin = new System.Windows.Forms.Padding(2);
this.buttonEMfoc.Name = "buttonEMfoc";
this.buttonEMfoc.Size = new System.Drawing.Size(87, 20);
this.buttonEMfoc.TabIndex = 0;
this.buttonEMfoc.Text = "一键解原卡";
this.buttonEMfoc.UseVisualStyleBackColor = true;
this.buttonEMfoc.Click += new System.EventHandler(this.buttonEMfoc_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Blue;
this.label5.Location = new System.Drawing.Point(6, 5);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(185, 132);
this.label5.TabIndex = 9;
this.label5.Text = "从这里开始\r\n\r\n\r\n\r\n\r\n\r\n\r\n本工具仅支持SAK=08/18/28的\r\n卡片复制。SAK28无一键解密。\r\n若要复制S70卡片请在高级界\r\n面上取消勾选" +
"“数据写入保护”。\r\n";
//
// 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.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
this.tabPage1.Size = new System.Drawing.Size(567, 144);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "高级操作模式";
this.tabPage1.UseVisualStyleBackColor = true;
//
// 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.Location = new System.Drawing.Point(218, 75);
this.groupBox10.Margin = new System.Windows.Forms.Padding(2);
this.groupBox10.Name = "groupBox10";
this.groupBox10.Padding = new System.Windows.Forms.Padding(2);
this.groupBox10.Size = new System.Drawing.Size(218, 66);
this.groupBox10.TabIndex = 6;
this.groupBox10.TabStop = false;
this.groupBox10.Text = "破解工具";
//
// buttonHardNested
//
this.buttonHardNested.Location = new System.Drawing.Point(134, 41);
this.buttonHardNested.Margin = new System.Windows.Forms.Padding(2);
this.buttonHardNested.Name = "buttonHardNested";
this.buttonHardNested.Size = new System.Drawing.Size(78, 20);
this.buttonHardNested.TabIndex = 14;
this.buttonHardNested.Text = "HardNested";
this.buttonHardNested.UseVisualStyleBackColor = true;
this.buttonHardNested.Click += new System.EventHandler(this.buttonHardNested_Click);
//
// groupBox9
//
this.groupBox9.Controls.Add(this.label1);
this.groupBox9.Controls.Add(this.buttonCmfWrite);
this.groupBox9.Location = new System.Drawing.Point(475, 5);
this.groupBox9.Margin = new System.Windows.Forms.Padding(2);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Padding = new System.Windows.Forms.Padding(2);
this.groupBox9.Size = new System.Drawing.Size(92, 66);
this.groupBox9.TabIndex = 14;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "C/FUID卡操作";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 15);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 24);
this.label1.TabIndex = 5;
this.label1.Text = "该卡种读取\r\n同普通卡";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// 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.Location = new System.Drawing.Point(288, 5);
this.groupBox8.Margin = new System.Windows.Forms.Padding(2);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Padding = new System.Windows.Forms.Padding(2);
this.groupBox8.Size = new System.Drawing.Size(183, 66);
this.groupBox8.TabIndex = 6;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "UID/UFUID卡操作";
//
// 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.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Margin = new System.Windows.Forms.Padding(2);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(567, 144);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "软件设置";
this.tabPage3.UseVisualStyleBackColor = true;
this.tabPage3.Click += new System.EventHandler(this.tabPage3_Click);
//
// 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.Location = new System.Drawing.Point(311, 2);
this.groupBox14.Margin = new System.Windows.Forms.Padding(2);
this.groupBox14.Name = "groupBox14";
this.groupBox14.Padding = new System.Windows.Forms.Padding(2);
this.groupBox14.Size = new System.Drawing.Size(142, 142);
this.groupBox14.TabIndex = 15;
this.groupBox14.TabStop = false;
this.groupBox14.Text = "优化设置";
//
// checkBoxMultiDev
//
this.checkBoxMultiDev.AutoSize = true;
this.checkBoxMultiDev.Location = new System.Drawing.Point(4, 84);
this.checkBoxMultiDev.Name = "checkBoxMultiDev";
this.checkBoxMultiDev.Size = new System.Drawing.Size(108, 40);
this.checkBoxMultiDev.TabIndex = 4;
this.checkBoxMultiDev.Text = "多实例运行模式\r\n会禁用多开检测\r\n请自行指定设备";
this.checkBoxMultiDev.UseVisualStyleBackColor = true;
this.checkBoxMultiDev.CheckedChanged += new System.EventHandler(this.checkBoxMultiDev_CheckedChanged);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(5, 40);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 3;
this.label11.Text = "指定设备";
//
// SetDeviceCombo
//
this.SetDeviceCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.SetDeviceCombo.DropDownWidth = 150;
this.SetDeviceCombo.FormattingEnabled = true;
this.SetDeviceCombo.Location = new System.Drawing.Point(5, 55);
this.SetDeviceCombo.Name = "SetDeviceCombo";
this.SetDeviceCombo.Size = new System.Drawing.Size(131, 20);
this.SetDeviceCombo.TabIndex = 2;
this.SetDeviceCombo.SelectedIndexChanged += new System.EventHandler(this.SetDeviceCombo_SelectedIndexChanged);
//
// checkBoxNewScan
//
this.checkBoxNewScan.AutoSize = true;
this.checkBoxNewScan.Checked = true;
this.checkBoxNewScan.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxNewScan.Location = new System.Drawing.Point(4, 19);
this.checkBoxNewScan.Margin = new System.Windows.Forms.Padding(2);
this.checkBoxNewScan.Name = "checkBoxNewScan";
this.checkBoxNewScan.Size = new System.Drawing.Size(108, 16);
this.checkBoxNewScan.TabIndex = 1;
this.checkBoxNewScan.Text = "减少找设备延迟";
this.checkBoxNewScan.UseVisualStyleBackColor = true;
//
// groupBox13
//
this.groupBox13.Controls.Add(this.checkBoxAutoSave);
this.groupBox13.Controls.Add(this.checkBoxDefIsAdv);
this.groupBox13.Location = new System.Drawing.Point(157, 70);
this.groupBox13.Margin = new System.Windows.Forms.Padding(2);
this.groupBox13.Name = "groupBox13";
this.groupBox13.Padding = new System.Windows.Forms.Padding(2);
this.groupBox13.Size = new System.Drawing.Size(150, 72);
this.groupBox13.TabIndex = 13;
this.groupBox13.TabStop = false;
this.groupBox13.Text = "偏好设置";
//
// checkBoxAutoSave
//
this.checkBoxAutoSave.AutoSize = true;
this.checkBoxAutoSave.Location = new System.Drawing.Point(7, 37);
this.checkBoxAutoSave.Margin = new System.Windows.Forms.Padding(2);
this.checkBoxAutoSave.Name = "checkBoxAutoSave";
this.checkBoxAutoSave.Size = new System.Drawing.Size(138, 16);
this.checkBoxAutoSave.TabIndex = 1;
this.checkBoxAutoSave.Text = "自动以UID名保存文件";
this.checkBoxAutoSave.UseVisualStyleBackColor = true;
this.checkBoxAutoSave.CheckedChanged += new System.EventHandler(this.checkBoxAutoSave_CheckedChanged);
//
// checkBoxDefIsAdv
//
this.checkBoxDefIsAdv.AutoSize = true;
this.checkBoxDefIsAdv.Location = new System.Drawing.Point(7, 19);
this.checkBoxDefIsAdv.Margin = new System.Windows.Forms.Padding(2);
this.checkBoxDefIsAdv.Name = "checkBoxDefIsAdv";
this.checkBoxDefIsAdv.Size = new System.Drawing.Size(144, 16);
this.checkBoxDefIsAdv.TabIndex = 0;
this.checkBoxDefIsAdv.Text = "自动转到高级操作模式";
this.checkBoxDefIsAdv.UseVisualStyleBackColor = true;
this.checkBoxDefIsAdv.CheckedChanged += new System.EventHandler(this.checkBoxDefIsAdv_CheckedChanged);
//
// groupBox11
//
this.groupBox11.Controls.Add(this.checkBoxHardLowCost);
this.groupBox11.Location = new System.Drawing.Point(2, 99);
this.groupBox11.Margin = new System.Windows.Forms.Padding(2);
this.groupBox11.Name = "groupBox11";
this.groupBox11.Padding = new System.Windows.Forms.Padding(2);
this.groupBox11.Size = new System.Drawing.Size(150, 43);
this.groupBox11.TabIndex = 14;
this.groupBox11.TabStop = false;
this.groupBox11.Text = "HardNested";
//
// checkBoxHardLowCost
//
this.checkBoxHardLowCost.AutoSize = true;
this.checkBoxHardLowCost.Location = new System.Drawing.Point(7, 19);
this.checkBoxHardLowCost.Margin = new System.Windows.Forms.Padding(2);
this.checkBoxHardLowCost.Name = "checkBoxHardLowCost";
this.checkBoxHardLowCost.Size = new System.Drawing.Size(84, 16);
this.checkBoxHardLowCost.TabIndex = 0;
this.checkBoxHardLowCost.Text = "单线程计算";
this.checkBoxHardLowCost.UseVisualStyleBackColor = true;
this.checkBoxHardLowCost.CheckedChanged += new System.EventHandler(this.checkBoxHardLowCost_CheckedChanged);
//
// 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.Location = new System.Drawing.Point(157, 2);
this.groupBox12.Margin = new System.Windows.Forms.Padding(2);
this.groupBox12.Name = "groupBox12";
this.groupBox12.Padding = new System.Windows.Forms.Padding(2);
this.groupBox12.Size = new System.Drawing.Size(150, 64);
this.groupBox12.TabIndex = 12;
this.groupBox12.TabStop = false;
this.groupBox12.Text = "界面设置";
//
// numericCLIFontSize
//
this.numericCLIFontSize.DecimalPlaces = 1;
this.numericCLIFontSize.Location = new System.Drawing.Point(82, 38);
this.numericCLIFontSize.Margin = new System.Windows.Forms.Padding(2);
this.numericCLIFontSize.Maximum = new decimal(new int[] {
36,
0,
0,
0});
this.numericCLIFontSize.Minimum = new decimal(new int[] {
7,
0,
0,
0});
this.numericCLIFontSize.Name = "numericCLIFontSize";
this.numericCLIFontSize.Size = new System.Drawing.Size(64, 21);
this.numericCLIFontSize.TabIndex = 16;
this.numericCLIFontSize.Value = new decimal(new int[] {
9,
0,
0,
0});
this.numericCLIFontSize.ValueChanged += new System.EventHandler(this.numericCLIFontSize_ValueChanged);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(4, 40);
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(77, 12);
this.label10.TabIndex = 15;
this.label10.Text = "终端文字大小";
//
// buttonCLIColor
//
this.buttonCLIColor.BackColor = System.Drawing.Color.Black;
this.buttonCLIColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.buttonCLIColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.buttonCLIColor.Location = new System.Drawing.Point(82, 13);
this.buttonCLIColor.Margin = new System.Windows.Forms.Padding(2);
this.buttonCLIColor.Name = "buttonCLIColor";
this.buttonCLIColor.Size = new System.Drawing.Size(64, 20);
this.buttonCLIColor.TabIndex = 14;
this.buttonCLIColor.Text = "#M1T#";
this.buttonCLIColor.UseVisualStyleBackColor = false;
this.buttonCLIColor.Click += new System.EventHandler(this.buttonCLIColor_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(4, 17);
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(77, 12);
this.label9.TabIndex = 13;
this.label9.Text = "终端文字颜色";
//
// 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.Location = new System.Drawing.Point(2, 2);
this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Padding = new System.Windows.Forms.Padding(2);
this.groupBox6.Size = new System.Drawing.Size(150, 93);
this.groupBox6.TabIndex = 0;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "卡操作相关";
//
// checkBoxCuidKeyOver
//
this.checkBoxCuidKeyOver.AutoSize = true;
this.checkBoxCuidKeyOver.Checked = true;
this.checkBoxCuidKeyOver.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxCuidKeyOver.Location = new System.Drawing.Point(4, 72);
this.checkBoxCuidKeyOver.Name = "checkBoxCuidKeyOver";
this.checkBoxCuidKeyOver.Size = new System.Drawing.Size(108, 16);
this.checkBoxCuidKeyOver.TabIndex = 13;
this.checkBoxCuidKeyOver.Text = "CUID写空卡补丁";
this.checkBoxCuidKeyOver.UseVisualStyleBackColor = true;
this.checkBoxCuidKeyOver.CheckedChanged += new System.EventHandler(this.checkBoxCuidKeyOver_CheckedChanged);
//
// checkBoxWriteProtect
//
this.checkBoxWriteProtect.AutoSize = true;
this.checkBoxWriteProtect.Checked = true;
this.checkBoxWriteProtect.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxWriteProtect.Location = new System.Drawing.Point(4, 53);
this.checkBoxWriteProtect.Margin = new System.Windows.Forms.Padding(2);
this.checkBoxWriteProtect.Name = "checkBoxWriteProtect";
this.checkBoxWriteProtect.Size = new System.Drawing.Size(132, 16);
this.checkBoxWriteProtect.TabIndex = 11;
this.checkBoxWriteProtect.Text = "数据写入保护(建议)";
this.checkBoxWriteProtect.UseVisualStyleBackColor = true;
this.checkBoxWriteProtect.CheckedChanged += new System.EventHandler(this.checkBoxWriteProtect_CheckedChanged);
//
// checkBoxAutoLoadKey
//
this.checkBoxAutoLoadKey.AutoSize = true;
this.checkBoxAutoLoadKey.Location = new System.Drawing.Point(4, 33);
this.checkBoxAutoLoadKey.Margin = new System.Windows.Forms.Padding(2);
this.checkBoxAutoLoadKey.Name = "checkBoxAutoLoadKey";
this.checkBoxAutoLoadKey.Size = new System.Drawing.Size(138, 16);
this.checkBoxAutoLoadKey.TabIndex = 12;
this.checkBoxAutoLoadKey.Text = "自动加载uid.Key文件";
this.checkBoxAutoLoadKey.UseVisualStyleBackColor = true;
this.checkBoxAutoLoadKey.CheckedChanged += new System.EventHandler(this.checkBoxAutoLoadKey_CheckedChanged);
//
// checkBoxAutoABN
//
this.checkBoxAutoABN.AutoSize = true;
this.checkBoxAutoABN.Checked = true;
this.checkBoxAutoABN.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxAutoABN.Location = new System.Drawing.Point(4, 13);
this.checkBoxAutoABN.Margin = new System.Windows.Forms.Padding(2);
this.checkBoxAutoABN.Name = "checkBoxAutoABN";
this.checkBoxAutoABN.Size = new System.Drawing.Size(126, 16);
this.checkBoxAutoABN.TabIndex = 2;
this.checkBoxAutoABN.Text = "自动判断Key(beta)";
this.checkBoxAutoABN.UseVisualStyleBackColor = true;
this.checkBoxAutoABN.CheckedChanged += new System.EventHandler(this.checkBoxAutoABN_CheckedChanged);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusLabel,
this.runTimeLabel,
this.localVersionLabel,
this.toolStripCheckUpdate,
this.curDevice});
this.statusStrip1.Location = new System.Drawing.Point(0, 482);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
this.statusStrip1.Size = new System.Drawing.Size(575, 26);
this.statusStrip1.TabIndex = 12;
this.statusStrip1.Text = "statusStrip1";
//
// statusLabel
//
this.statusLabel.AutoSize = false;
this.statusLabel.Name = "statusLabel";
this.statusLabel.Size = new System.Drawing.Size(60, 21);
this.statusLabel.Text = "就绪";
//
// runTimeLabel
//
this.runTimeLabel.AutoSize = false;
this.runTimeLabel.Name = "runTimeLabel";
this.runTimeLabel.Size = new System.Drawing.Size(140, 21);
this.runTimeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// localVersionLabel
//
this.localVersionLabel.AutoSize = false;
this.localVersionLabel.Name = "localVersionLabel";
this.localVersionLabel.Size = new System.Drawing.Size(120, 21);
this.localVersionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStripCheckUpdate
//
this.toolStripCheckUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripCheckUpdate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripCheckUpdate.Image")));
this.toolStripCheckUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripCheckUpdate.Name = "toolStripCheckUpdate";
this.toolStripCheckUpdate.Size = new System.Drawing.Size(72, 24);
this.toolStripCheckUpdate.Text = "检查更新";
this.toolStripCheckUpdate.ButtonClick += new System.EventHandler(this.toolStripCheckUpdate_ButtonClick);
//
// curDevice
//
this.curDevice.Name = "curDevice";
this.curDevice.Size = new System.Drawing.Size(0, 21);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(575, 508);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.richTextBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "MifareOne Tool";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.groupBox7.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox10.ResumeLayout(false);
this.groupBox9.ResumeLayout(false);
this.groupBox9.PerformLayout();
this.groupBox8.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.groupBox14.ResumeLayout(false);
this.groupBox14.PerformLayout();
this.groupBox13.ResumeLayout(false);
this.groupBox13.PerformLayout();
this.groupBox11.ResumeLayout(false);
this.groupBox11.PerformLayout();
this.groupBox12.ResumeLayout(false);
this.groupBox12.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericCLIFontSize)).EndInit();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button buttonScanCard;
private System.Windows.Forms.Button buttonListDev;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Button buttonMfRead;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button buttonUidWrite;
private System.Windows.Forms.Button buttonUidFormat;
private System.Windows.Forms.Button buttonUidReset;
private System.Windows.Forms.Button buttonMfWrite;
private System.Windows.Forms.Button buttonSelectKey;
private System.Windows.Forms.Button buttonCLI;
private System.Windows.Forms.Button buttonBmfWrite;
private System.Windows.Forms.Button buttonBmfRead;
private System.Windows.Forms.Button buttonMfoc;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button buttonConSave;
private System.Windows.Forms.Button buttonConClr;
private System.Windows.Forms.Button buttonKill;
private System.Windows.Forms.Button buttonDiffTool;
private System.Windows.Forms.Button buttonHexTool;
private System.Windows.Forms.Button buttonMfcuk;
private System.Windows.Forms.ToolTip toolTipHelp;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button buttonLockUfuid;
private System.Windows.Forms.Button buttonCmfWrite;
private System.Windows.Forms.Button buttonMfFormat;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Button buttonECmfoc;
private System.Windows.Forms.Button buttonEMfRead;
private System.Windows.Forms.Button buttonEMfoc;
private System.Windows.Forms.Button buttonEscan;
private System.Windows.Forms.Button buttoEScanCard;
private System.Windows.Forms.Button buttonESelectKey;
private System.Windows.Forms.GroupBox groupBox7;
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;
private System.Windows.Forms.ToolStripStatusLabel localVersionLabel;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Button buttonCheckEncrypt;
private System.Windows.Forms.Button buttonECheckEncrypt;
private System.Windows.Forms.GroupBox groupBox10;
private System.Windows.Forms.Button buttonHardNested;
private System.Windows.Forms.GroupBox groupBox9;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.ToolStripSplitButton toolStripCheckUpdate;
private System.Windows.Forms.Button buttonDictMfoc;
private System.Windows.Forms.Button buttonnKeysMfoc;
private System.Windows.Forms.Button buttonEReadUID;
private System.Windows.Forms.CheckBox checkBoxWriteProtect;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.CheckBox checkBoxAutoABN;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.CheckBox checkBoxAutoLoadKey;
private System.Windows.Forms.GroupBox groupBox12;
private System.Windows.Forms.Button buttonCLIColor;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.NumericUpDown numericCLIFontSize;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.GroupBox groupBox13;
private System.Windows.Forms.CheckBox checkBoxDefIsAdv;
private System.Windows.Forms.CheckBox checkBoxAutoSave;
private System.Windows.Forms.GroupBox groupBox11;
private System.Windows.Forms.CheckBox checkBoxHardLowCost;
private System.Windows.Forms.Button buttonEStop;
private System.Windows.Forms.GroupBox groupBox14;
private System.Windows.Forms.CheckBox checkBoxNewScan;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.ComboBox SetDeviceCombo;
private System.Windows.Forms.CheckBox checkBoxMultiDev;
private System.Windows.Forms.ToolStripStatusLabel curDevice;
private System.Windows.Forms.CheckBox checkBoxCuidKeyOver;
}
}