Skip to content
Form1.Designer.cs 72.8 KiB
Newer Older
developer29's avatar
developer29 committed
namespace uFR_AES_tester
{
    partial class Form1
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.InternalKeyNumberAuth = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.MasterKeyAuthRequired = new System.Windows.Forms.CheckBox();
            this.FileIDForWork = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.AIDKeyNrAuth = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.AIDCardAuth = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.UseInternal = new System.Windows.Forms.CheckBox();
            this.AESkeyTB = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.bInternalKeysUnlock = new System.Windows.Forms.Button();
            this.bInternalKeysLock = new System.Windows.Forms.Button();
            this.PasswordTB = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.bStoreAESKeyIntoReader = new System.Windows.Forms.Button();
            this.InternalKeyNumberCB = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.AesKeyInternalTB = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.ChBxMaster_1 = new System.Windows.Forms.CheckBox();
            this.ChBxCreate_1 = new System.Windows.Forms.CheckBox();
            this.ChBxSett_1 = new System.Windows.Forms.CheckBox();
            this.AIDKeyNrChangeCH = new System.Windows.Forms.ComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.bChangeKeySettings = new System.Windows.Forms.Button();
            this.bGetKeySettings = new System.Windows.Forms.Button();
            this.bChangeAesKeyCard = new System.Windows.Forms.Button();
            this.NewKeyTB = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.OldKeyTB = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.checkBox8 = new System.Windows.Forms.CheckBox();
            this.checkBox7 = new System.Windows.Forms.CheckBox();
            this.checkBox6 = new System.Windows.Forms.CheckBox();
            this.label14 = new System.Windows.Forms.Label();
            this.bDeleteApplication = new System.Windows.Forms.Button();
            this.bMakeApplication = new System.Windows.Forms.Button();
            this.CreateAppMaxKeyNo = new System.Windows.Forms.ComboBox();
            this.label13 = new System.Windows.Forms.Label();
            this.CreateAppAID = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.bFileReading = new System.Windows.Forms.Button();
            this.bFileWriting = new System.Windows.Forms.Button();
            this.FileLength = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.StandardCommMode = new System.Windows.Forms.ComboBox();
            this.label15 = new System.Windows.Forms.Label();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.label18 = new System.Windows.Forms.Label();
            this.ValueView = new System.Windows.Forms.TextBox();
            this.bDecreaseValue = new System.Windows.Forms.Button();
            this.bIncreaseValue = new System.Windows.Forms.Button();
            this.bReadValue = new System.Windows.Forms.Button();
            this.ValueFileCommMode = new System.Windows.Forms.ComboBox();
            this.label17 = new System.Windows.Forms.Label();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.bAEStoDES = new System.Windows.Forms.Button();
            this.bSetRandomID = new System.Windows.Forms.Button();
            this.bGetFreeMemory = new System.Windows.Forms.Button();
            this.bDEStoAES = new System.Windows.Forms.Button();
            this.bFormatCard = new System.Windows.Forms.Button();
            this.bGetCardUID = new System.Windows.Forms.Button();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.bDeleteFile = new System.Windows.Forms.Button();
            this.bMakeFile = new System.Windows.Forms.Button();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.RGValue = new System.Windows.Forms.RadioButton();
            this.RGStandard = new System.Windows.Forms.RadioButton();
            this.ChangeKeyNoCB = new System.Windows.Forms.ComboBox();
            this.label28 = new System.Windows.Forms.Label();
            this.RWKeyNoCB = new System.Windows.Forms.ComboBox();
            this.label27 = new System.Windows.Forms.Label();
            this.WriteKeyNoCB = new System.Windows.Forms.ComboBox();
            this.label26 = new System.Windows.Forms.Label();
            this.ReadKeyNoCB = new System.Windows.Forms.ComboBox();
            this.label25 = new System.Windows.Forms.Label();
            this.FreeGetValueCB = new System.Windows.Forms.CheckBox();
            this.LimitedCreditCB = new System.Windows.Forms.CheckBox();
            this.ValueFileTB = new System.Windows.Forms.TextBox();
            this.label24 = new System.Windows.Forms.Label();
            this.UpperLimitTB = new System.Windows.Forms.TextBox();
            this.label23 = new System.Windows.Forms.Label();
            this.LowerLimitTB = new System.Windows.Forms.TextBox();
            this.label22 = new System.Windows.Forms.Label();
            this.SizeOfFileTB = new System.Windows.Forms.TextBox();
            this.label21 = new System.Windows.Forms.Label();
            this.FileCommMode = new System.Windows.Forms.ComboBox();
            this.label20 = new System.Windows.Forms.Label();
            this.FileIDTB = new System.Windows.Forms.ComboBox();
            this.label19 = new System.Windows.Forms.Label();
            this.groupBox10 = new System.Windows.Forms.GroupBox();
            this.label33 = new System.Windows.Forms.Label();
            this.label32 = new System.Windows.Forms.Label();
            this.label31 = new System.Windows.Forms.Label();
            this.bGetSpeed = new System.Windows.Forms.Button();
            this.bSetSpeed = new System.Windows.Forms.Button();
            this.rxCB = new System.Windows.Forms.ComboBox();
            this.label30 = new System.Windows.Forms.Label();
            this.txCB = new System.Windows.Forms.ComboBox();
            this.label29 = new System.Windows.Forms.Label();
            this.groupBox11 = new System.Windows.Forms.GroupBox();
            this.StatusLabel = new System.Windows.Forms.Label();
            this.StatusRTB = new System.Windows.Forms.RichTextBox();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.groupBox7.SuspendLayout();
            this.groupBox8.SuspendLayout();
            this.groupBox9.SuspendLayout();
            this.groupBox10.SuspendLayout();
            this.groupBox11.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.InternalKeyNumberAuth);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.MasterKeyAuthRequired);
            this.groupBox1.Controls.Add(this.FileIDForWork);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.AIDKeyNrAuth);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.AIDCardAuth);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.UseInternal);
            this.groupBox1.Controls.Add(this.AESkeyTB);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(1, 2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(433, 163);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Card authentication";
            // 
            // InternalKeyNumberAuth
            // 
            this.InternalKeyNumberAuth.FormattingEnabled = true;
            this.InternalKeyNumberAuth.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15"});
            this.InternalKeyNumberAuth.Location = new System.Drawing.Point(294, 77);
            this.InternalKeyNumberAuth.Name = "InternalKeyNumberAuth";
            this.InternalKeyNumberAuth.Size = new System.Drawing.Size(56, 21);
            this.InternalKeyNumberAuth.TabIndex = 11;
Loading full blame...