MifareOneTool/MifareOneTool/Form1.Designer.cs
2019-05-08 15:05:50 +03:00

1057 lines
56 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.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.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
//
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.Name = "groupBox1";
this.groupBox1.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip"));
//
// buttonCLI
//
resources.ApplyResources(this.buttonCLI, "buttonCLI");
this.buttonCLI.Name = "buttonCLI";
this.toolTipHelp.SetToolTip(this.buttonCLI, resources.GetString("buttonCLI.ToolTip"));
this.buttonCLI.UseVisualStyleBackColor = true;
this.buttonCLI.Click += new System.EventHandler(this.buttonCLI_Click);
//
// buttonScanCard
//
resources.ApplyResources(this.buttonScanCard, "buttonScanCard");
this.buttonScanCard.Name = "buttonScanCard";
this.toolTipHelp.SetToolTip(this.buttonScanCard, resources.GetString("buttonScanCard.ToolTip"));
this.buttonScanCard.UseVisualStyleBackColor = true;
this.buttonScanCard.Click += new System.EventHandler(this.buttonScanCard_Click);
//
// buttonListDev
//
resources.ApplyResources(this.buttonListDev, "buttonListDev");
this.buttonListDev.Name = "buttonListDev";
this.toolTipHelp.SetToolTip(this.buttonListDev, resources.GetString("buttonListDev.ToolTip"));
this.buttonListDev.UseVisualStyleBackColor = true;
this.buttonListDev.Click += new System.EventHandler(this.buttonListDev_Click);
//
// richTextBox1
//
resources.ApplyResources(this.richTextBox1, "richTextBox1");
this.richTextBox1.BackColor = System.Drawing.Color.Black;
this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.toolTipHelp.SetToolTip(this.richTextBox1, resources.GetString("richTextBox1.ToolTip"));
//
// buttonMfRead
//
resources.ApplyResources(this.buttonMfRead, "buttonMfRead");
this.buttonMfRead.Name = "buttonMfRead";
this.toolTipHelp.SetToolTip(this.buttonMfRead, resources.GetString("buttonMfRead.ToolTip"));
this.buttonMfRead.UseVisualStyleBackColor = true;
this.buttonMfRead.Click += new System.EventHandler(this.buttonMfRead_Click);
//
// 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.Name = "groupBox2";
this.groupBox2.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox2, resources.GetString("groupBox2.ToolTip"));
//
// buttonMfFormat
//
resources.ApplyResources(this.buttonMfFormat, "buttonMfFormat");
this.buttonMfFormat.Name = "buttonMfFormat";
this.toolTipHelp.SetToolTip(this.buttonMfFormat, resources.GetString("buttonMfFormat.ToolTip"));
this.buttonMfFormat.UseVisualStyleBackColor = true;
this.buttonMfFormat.Click += new System.EventHandler(this.buttonMfFormat_Click);
//
// buttonMfWrite
//
resources.ApplyResources(this.buttonMfWrite, "buttonMfWrite");
this.buttonMfWrite.Name = "buttonMfWrite";
this.toolTipHelp.SetToolTip(this.buttonMfWrite, resources.GetString("buttonMfWrite.ToolTip"));
this.buttonMfWrite.UseVisualStyleBackColor = true;
this.buttonMfWrite.Click += new System.EventHandler(this.buttonMfWrite_Click);
//
// buttonSelectKey
//
resources.ApplyResources(this.buttonSelectKey, "buttonSelectKey");
this.buttonSelectKey.Name = "buttonSelectKey";
this.toolTipHelp.SetToolTip(this.buttonSelectKey, resources.GetString("buttonSelectKey.ToolTip"));
this.buttonSelectKey.UseVisualStyleBackColor = true;
this.buttonSelectKey.Click += new System.EventHandler(this.buttonSelectKey_Click);
//
// buttonBmfWrite
//
resources.ApplyResources(this.buttonBmfWrite, "buttonBmfWrite");
this.buttonBmfWrite.Name = "buttonBmfWrite";
this.toolTipHelp.SetToolTip(this.buttonBmfWrite, resources.GetString("buttonBmfWrite.ToolTip"));
this.buttonBmfWrite.UseVisualStyleBackColor = true;
this.buttonBmfWrite.Click += new System.EventHandler(this.buttonBmfWrite_Click);
//
// buttonBmfRead
//
resources.ApplyResources(this.buttonBmfRead, "buttonBmfRead");
this.buttonBmfRead.Name = "buttonBmfRead";
this.toolTipHelp.SetToolTip(this.buttonBmfRead, resources.GetString("buttonBmfRead.ToolTip"));
this.buttonBmfRead.UseVisualStyleBackColor = true;
this.buttonBmfRead.Click += new System.EventHandler(this.buttonBmfRead_Click);
//
// buttonMfoc
//
resources.ApplyResources(this.buttonMfoc, "buttonMfoc");
this.buttonMfoc.Name = "buttonMfoc";
this.toolTipHelp.SetToolTip(this.buttonMfoc, resources.GetString("buttonMfoc.ToolTip"));
this.buttonMfoc.UseVisualStyleBackColor = true;
this.buttonMfoc.Click += new System.EventHandler(this.buttonMfoc_Click);
//
// buttonUidWrite
//
resources.ApplyResources(this.buttonUidWrite, "buttonUidWrite");
this.buttonUidWrite.Name = "buttonUidWrite";
this.toolTipHelp.SetToolTip(this.buttonUidWrite, resources.GetString("buttonUidWrite.ToolTip"));
this.buttonUidWrite.UseVisualStyleBackColor = true;
this.buttonUidWrite.Click += new System.EventHandler(this.buttonUidWrite_Click);
//
// buttonUidFormat
//
resources.ApplyResources(this.buttonUidFormat, "buttonUidFormat");
this.buttonUidFormat.Name = "buttonUidFormat";
this.toolTipHelp.SetToolTip(this.buttonUidFormat, resources.GetString("buttonUidFormat.ToolTip"));
this.buttonUidFormat.UseVisualStyleBackColor = true;
this.buttonUidFormat.Click += new System.EventHandler(this.buttonUidFormat_Click);
//
// buttonUidReset
//
resources.ApplyResources(this.buttonUidReset, "buttonUidReset");
this.buttonUidReset.Name = "buttonUidReset";
this.toolTipHelp.SetToolTip(this.buttonUidReset, resources.GetString("buttonUidReset.ToolTip"));
this.buttonUidReset.UseVisualStyleBackColor = true;
this.buttonUidReset.Click += new System.EventHandler(this.buttonUidReset_Click);
//
// 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.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);
//
// buttonConSave
//
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);
//
// buttonConClr
//
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);
//
// buttonMfcuk
//
resources.ApplyResources(this.buttonMfcuk, "buttonMfcuk");
this.buttonMfcuk.Name = "buttonMfcuk";
this.toolTipHelp.SetToolTip(this.buttonMfcuk, resources.GetString("buttonMfcuk.ToolTip"));
this.buttonMfcuk.UseVisualStyleBackColor = true;
this.buttonMfcuk.Click += new System.EventHandler(this.buttonMfcuk_Click);
//
// buttonHexTool
//
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);
//
// buttonDiffTool
//
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);
//
// 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
//
resources.ApplyResources(this.buttonCheckEncrypt, "buttonCheckEncrypt");
this.buttonCheckEncrypt.Name = "buttonCheckEncrypt";
this.toolTipHelp.SetToolTip(this.buttonCheckEncrypt, resources.GetString("buttonCheckEncrypt.ToolTip"));
this.buttonCheckEncrypt.UseVisualStyleBackColor = true;
this.buttonCheckEncrypt.Click += new System.EventHandler(this.buttonCheckEncrypt_Click);
//
// buttonLockUfuid
//
resources.ApplyResources(this.buttonLockUfuid, "buttonLockUfuid");
this.buttonLockUfuid.Name = "buttonLockUfuid";
this.toolTipHelp.SetToolTip(this.buttonLockUfuid, resources.GetString("buttonLockUfuid.ToolTip"));
this.buttonLockUfuid.UseVisualStyleBackColor = true;
this.buttonLockUfuid.Click += new System.EventHandler(this.buttonLockUfuid_Click);
//
// buttonCmfWrite
//
resources.ApplyResources(this.buttonCmfWrite, "buttonCmfWrite");
this.buttonCmfWrite.Name = "buttonCmfWrite";
this.toolTipHelp.SetToolTip(this.buttonCmfWrite, resources.GetString("buttonCmfWrite.ToolTip"));
this.buttonCmfWrite.UseVisualStyleBackColor = true;
this.buttonCmfWrite.Click += new System.EventHandler(this.buttonCmfWrite_Click);
//
// buttonDictMfoc
//
resources.ApplyResources(this.buttonDictMfoc, "buttonDictMfoc");
this.buttonDictMfoc.Name = "buttonDictMfoc";
this.toolTipHelp.SetToolTip(this.buttonDictMfoc, resources.GetString("buttonDictMfoc.ToolTip"));
this.buttonDictMfoc.UseVisualStyleBackColor = true;
this.buttonDictMfoc.Click += new System.EventHandler(this.buttonDictMfoc_Click);
//
// buttonnKeysMfoc
//
resources.ApplyResources(this.buttonnKeysMfoc, "buttonnKeysMfoc");
this.buttonnKeysMfoc.Name = "buttonnKeysMfoc";
this.toolTipHelp.SetToolTip(this.buttonnKeysMfoc, resources.GetString("buttonnKeysMfoc.ToolTip"));
this.buttonnKeysMfoc.UseVisualStyleBackColor = true;
this.buttonnKeysMfoc.Click += new System.EventHandler(this.buttonnKeysMfoc_Click);
//
// 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.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);
//
// tabControl1
//
resources.ApplyResources(this.tabControl1, "tabControl1");
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.toolTipHelp.SetToolTip(this.tabControl1, resources.GetString("tabControl1.ToolTip"));
//
// tabPage2
//
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
//
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);
//
// label8
//
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"));
//
// 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
//
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"));
//
// 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);
//
// 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);
//
// 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.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);
//
// buttonEUIDWrite
//
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);
//
// button4
//
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.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);
//
// buttonESelectKey
//
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);
//
// buttonECmfoc
//
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);
//
// buttonEMfRead
//
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);
//
// buttonEMfoc
//
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
//
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.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.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.Name = "groupBox8";
this.groupBox8.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox8, resources.GetString("groupBox8.ToolTip"));
//
// tabPage3
//
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.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);
//
// label11
//
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;
this.SetDeviceCombo.Name = "SetDeviceCombo";
this.toolTipHelp.SetToolTip(this.SetDeviceCombo, resources.GetString("SetDeviceCombo.ToolTip"));
this.SetDeviceCombo.SelectedIndexChanged += new System.EventHandler(this.SetDeviceCombo_SelectedIndexChanged);
//
// checkBoxNewScan
//
resources.ApplyResources(this.checkBoxNewScan, "checkBoxNewScan");
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.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);
//
// checkBoxDefIsAdv
//
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.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
//
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;
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.toolTipHelp.SetToolTip(this.numericCLIFontSize, resources.GetString("numericCLIFontSize.ToolTip"));
this.numericCLIFontSize.Value = new decimal(new int[] {
9,
0,
0,
0});
this.numericCLIFontSize.ValueChanged += new System.EventHandler(this.numericCLIFontSize_ValueChanged);
//
// label10
//
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;
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);
//
// label9
//
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.Name = "groupBox6";
this.groupBox6.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox6, resources.GetString("groupBox6.ToolTip"));
//
// checkBoxCuidKeyOver
//
resources.ApplyResources(this.checkBoxCuidKeyOver, "checkBoxCuidKeyOver");
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);
//
// checkBoxWriteProtect
//
resources.ApplyResources(this.checkBoxWriteProtect, "checkBoxWriteProtect");
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);
//
// checkBoxAutoLoadKey
//
resources.ApplyResources(this.checkBoxAutoLoadKey, "checkBoxAutoLoadKey");
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);
//
// checkBoxAutoABN
//
resources.ApplyResources(this.checkBoxAutoABN, "checkBoxAutoABN");
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);
//
// 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,
this.runTimeLabel,
this.localVersionLabel,
this.toolStripCheckUpdate,
this.curDevice});
this.statusStrip1.Name = "statusStrip1";
this.toolTipHelp.SetToolTip(this.statusStrip1, resources.GetString("statusStrip1.ToolTip"));
//
// statusLabel
//
resources.ApplyResources(this.statusLabel, "statusLabel");
this.statusLabel.Name = "statusLabel";
//
// runTimeLabel
//
resources.ApplyResources(this.runTimeLabel, "runTimeLabel");
this.runTimeLabel.Name = "runTimeLabel";
//
// localVersionLabel
//
resources.ApplyResources(this.localVersionLabel, "localVersionLabel");
this.localVersionLabel.Name = "localVersionLabel";
//
// toolStripCheckUpdate
//
resources.ApplyResources(this.toolStripCheckUpdate, "toolStripCheckUpdate");
this.toolStripCheckUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripCheckUpdate.Name = "toolStripCheckUpdate";
this.toolStripCheckUpdate.ButtonClick += new System.EventHandler(this.toolStripCheckUpdate_ButtonClick);
//
// curDevice
//
resources.ApplyResources(this.curDevice, "curDevice");
this.curDevice.Name = "curDevice";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Form1
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
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.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;
private System.Windows.Forms.Button buttonMFF08;
}
}