namespace uFR_AES_tester { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; this.InternalKeyNumberAuth.Text = "0"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(291, 59); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 13); this.label5.TabIndex = 10; this.label5.Text = "Internal key number"; // // MasterKeyAuthRequired // this.MasterKeyAuthRequired.AutoSize = true; this.MasterKeyAuthRequired.Location = new System.Drawing.Point(14, 140); this.MasterKeyAuthRequired.Name = "MasterKeyAuthRequired"; this.MasterKeyAuthRequired.Size = new System.Drawing.Size(188, 17); this.MasterKeyAuthRequired.TabIndex = 9; this.MasterKeyAuthRequired.Text = "Master key authentication requires"; this.MasterKeyAuthRequired.UseVisualStyleBackColor = true; // // FileIDForWork // this.FileIDForWork.FormattingEnabled = true; this.FileIDForWork.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"}); this.FileIDForWork.Location = new System.Drawing.Point(130, 110); this.FileIDForWork.Name = "FileIDForWork"; this.FileIDForWork.Size = new System.Drawing.Size(52, 21); this.FileIDForWork.TabIndex = 8; this.FileIDForWork.Text = "0"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(11, 113); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(43, 13); this.label4.TabIndex = 7; this.label4.Text = "File ID :"; // // AIDKeyNrAuth // this.AIDKeyNrAuth.FormattingEnabled = true; this.AIDKeyNrAuth.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13"}); this.AIDKeyNrAuth.Location = new System.Drawing.Point(130, 82); this.AIDKeyNrAuth.Name = "AIDKeyNrAuth"; this.AIDKeyNrAuth.Size = new System.Drawing.Size(52, 21); this.AIDKeyNrAuth.TabIndex = 6; this.AIDKeyNrAuth.Text = "0"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(11, 85); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(113, 13); this.label3.TabIndex = 5; this.label3.Text = "AID key number auth :"; // // AIDCardAuth // this.AIDCardAuth.Location = new System.Drawing.Point(130, 52); this.AIDCardAuth.Name = "AIDCardAuth"; this.AIDCardAuth.Size = new System.Drawing.Size(52, 20); this.AIDCardAuth.TabIndex = 4; this.AIDCardAuth.Text = "000000"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(11, 55); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(88, 13); this.label2.TabIndex = 3; this.label2.Text = "AID 3 bytes hex :"; // // UseInternal // this.UseInternal.AutoSize = true; this.UseInternal.Location = new System.Drawing.Point(294, 25); this.UseInternal.Name = "UseInternal"; this.UseInternal.Size = new System.Drawing.Size(109, 17); this.UseInternal.TabIndex = 2; this.UseInternal.Text = "Internal key using"; this.UseInternal.UseVisualStyleBackColor = true; // // AESkeyTB // this.AESkeyTB.Location = new System.Drawing.Point(71, 22); this.AESkeyTB.MaxLength = 32; this.AESkeyTB.Name = "AESkeyTB"; this.AESkeyTB.Size = new System.Drawing.Size(217, 20); this.AESkeyTB.TabIndex = 1; this.AESkeyTB.Text = "000102030405060708090A0B0C0D0E0F"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(11, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(54, 13); this.label1.TabIndex = 0; this.label1.Text = "AES key :"; // // groupBox2 // this.groupBox2.Controls.Add(this.bInternalKeysUnlock); this.groupBox2.Controls.Add(this.bInternalKeysLock); this.groupBox2.Controls.Add(this.PasswordTB); this.groupBox2.Controls.Add(this.label8); this.groupBox2.Controls.Add(this.bStoreAESKeyIntoReader); this.groupBox2.Controls.Add(this.InternalKeyNumberCB); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.AesKeyInternalTB); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Location = new System.Drawing.Point(450, 5); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(348, 160); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Internal keys operations"; // // bInternalKeysUnlock // this.bInternalKeysUnlock.Location = new System.Drawing.Point(142, 116); this.bInternalKeysUnlock.Name = "bInternalKeysUnlock"; this.bInternalKeysUnlock.Size = new System.Drawing.Size(113, 33); this.bInternalKeysUnlock.TabIndex = 17; this.bInternalKeysUnlock.Text = "Internal keys unlock"; this.bInternalKeysUnlock.UseVisualStyleBackColor = true; this.bInternalKeysUnlock.Click += new System.EventHandler(this.bInternalKeysUnlock_Click); // // bInternalKeysLock // this.bInternalKeysLock.Location = new System.Drawing.Point(18, 116); this.bInternalKeysLock.Name = "bInternalKeysLock"; this.bInternalKeysLock.Size = new System.Drawing.Size(118, 33); this.bInternalKeysLock.TabIndex = 16; this.bInternalKeysLock.Text = "Internal keys lock"; this.bInternalKeysLock.UseVisualStyleBackColor = true; this.bInternalKeysLock.Click += new System.EventHandler(this.bInternalKeysLock_Click); // // PasswordTB // this.PasswordTB.Location = new System.Drawing.Point(154, 84); this.PasswordTB.Name = "PasswordTB"; this.PasswordTB.Size = new System.Drawing.Size(65, 20); this.PasswordTB.TabIndex = 15; this.PasswordTB.Text = "11111111"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(15, 87); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(133, 13); this.label8.TabIndex = 14; this.label8.Text = "Internal key lock password"; // // bStoreAESKeyIntoReader // this.bStoreAESKeyIntoReader.Location = new System.Drawing.Point(197, 52); this.bStoreAESKeyIntoReader.Name = "bStoreAESKeyIntoReader"; this.bStoreAESKeyIntoReader.Size = new System.Drawing.Size(145, 23); this.bStoreAESKeyIntoReader.TabIndex = 13; this.bStoreAESKeyIntoReader.Text = "Store AES key into reader"; this.bStoreAESKeyIntoReader.UseVisualStyleBackColor = true; this.bStoreAESKeyIntoReader.Click += new System.EventHandler(this.bStoreAESKeyIntoReader_Click); // // InternalKeyNumberCB // this.InternalKeyNumberCB.FormattingEnabled = true; this.InternalKeyNumberCB.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15"}); this.InternalKeyNumberCB.Location = new System.Drawing.Point(121, 53); this.InternalKeyNumberCB.Name = "InternalKeyNumberCB"; this.InternalKeyNumberCB.Size = new System.Drawing.Size(56, 21); this.InternalKeyNumberCB.TabIndex = 12; this.InternalKeyNumberCB.Text = "0"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(15, 57); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(100, 13); this.label7.TabIndex = 12; this.label7.Text = "Internal key number"; // // AesKeyInternalTB // this.AesKeyInternalTB.Location = new System.Drawing.Point(75, 23); this.AesKeyInternalTB.MaxLength = 32; this.AesKeyInternalTB.Name = "AesKeyInternalTB"; this.AesKeyInternalTB.Size = new System.Drawing.Size(217, 20); this.AesKeyInternalTB.TabIndex = 12; this.AesKeyInternalTB.Text = "000102030405060708090A0B0C0D0E0F"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(15, 26); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(54, 13); this.label6.TabIndex = 12; this.label6.Text = "AES key :"; // // groupBox3 // this.groupBox3.Controls.Add(this.ChBxMaster_1); this.groupBox3.Controls.Add(this.ChBxCreate_1); this.groupBox3.Controls.Add(this.ChBxSett_1); this.groupBox3.Controls.Add(this.AIDKeyNrChangeCH); this.groupBox3.Controls.Add(this.label11); this.groupBox3.Controls.Add(this.bChangeKeySettings); this.groupBox3.Controls.Add(this.bGetKeySettings); this.groupBox3.Controls.Add(this.bChangeAesKeyCard); this.groupBox3.Controls.Add(this.NewKeyTB); this.groupBox3.Controls.Add(this.label10); this.groupBox3.Controls.Add(this.OldKeyTB); this.groupBox3.Controls.Add(this.label9); this.groupBox3.Location = new System.Drawing.Point(3, 171); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(431, 205); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "Keys operations"; // // ChBxMaster_1 // this.ChBxMaster_1.AutoSize = true; this.ChBxMaster_1.Location = new System.Drawing.Point(20, 184); this.ChBxMaster_1.Name = "ChBxMaster_1"; this.ChBxMaster_1.Size = new System.Drawing.Size(192, 17); this.ChBxMaster_1.TabIndex = 20; this.ChBxMaster_1.Text = "Master key not changable anymore"; this.ChBxMaster_1.UseVisualStyleBackColor = true; // // ChBxCreate_1 // this.ChBxCreate_1.AutoSize = true; this.ChBxCreate_1.Location = new System.Drawing.Point(20, 166); this.ChBxCreate_1.Name = "ChBxCreate_1"; this.ChBxCreate_1.Size = new System.Drawing.Size(301, 17); this.ChBxCreate_1.TabIndex = 19; this.ChBxCreate_1.Text = "Create or delete application with master key authentication"; this.ChBxCreate_1.UseVisualStyleBackColor = true; // // ChBxSett_1 // this.ChBxSett_1.AutoSize = true; this.ChBxSett_1.Location = new System.Drawing.Point(20, 148); this.ChBxSett_1.Name = "ChBxSett_1"; this.ChBxSett_1.Size = new System.Drawing.Size(178, 17); this.ChBxSett_1.TabIndex = 18; this.ChBxSett_1.Text = "Settings not changable anymore"; this.ChBxSett_1.UseVisualStyleBackColor = true; // // AIDKeyNrChangeCH // this.AIDKeyNrChangeCH.FormattingEnabled = true; this.AIDKeyNrChangeCH.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13"}); this.AIDKeyNrChangeCH.Location = new System.Drawing.Point(106, 79); this.AIDKeyNrChangeCH.Name = "AIDKeyNrChangeCH"; this.AIDKeyNrChangeCH.Size = new System.Drawing.Size(52, 21); this.AIDKeyNrChangeCH.TabIndex = 12; this.AIDKeyNrChangeCH.Text = "0"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(17, 82); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(83, 13); this.label11.TabIndex = 12; this.label11.Text = "AID key number"; // // bChangeKeySettings // this.bChangeKeySettings.Location = new System.Drawing.Point(147, 109); this.bChangeKeySettings.Name = "bChangeKeySettings"; this.bChangeKeySettings.Size = new System.Drawing.Size(118, 23); this.bChangeKeySettings.TabIndex = 17; this.bChangeKeySettings.Text = "Change key settings"; this.bChangeKeySettings.UseVisualStyleBackColor = true; this.bChangeKeySettings.Click += new System.EventHandler(this.bChangeKeySettings_Click); // // bGetKeySettings // this.bGetKeySettings.Location = new System.Drawing.Point(20, 109); this.bGetKeySettings.Name = "bGetKeySettings"; this.bGetKeySettings.Size = new System.Drawing.Size(121, 23); this.bGetKeySettings.TabIndex = 16; this.bGetKeySettings.Text = "Get key settings"; this.bGetKeySettings.UseVisualStyleBackColor = true; this.bGetKeySettings.Click += new System.EventHandler(this.bGetKeySettings_Click); // // bChangeAesKeyCard // this.bChangeAesKeyCard.Location = new System.Drawing.Point(292, 21); this.bChangeAesKeyCard.Name = "bChangeAesKeyCard"; this.bChangeAesKeyCard.Size = new System.Drawing.Size(123, 23); this.bChangeAesKeyCard.TabIndex = 15; this.bChangeAesKeyCard.Text = "Change AES key"; this.bChangeAesKeyCard.UseVisualStyleBackColor = true; this.bChangeAesKeyCard.Click += new System.EventHandler(this.bChangeAesKeyCard_Click); // // NewKeyTB // this.NewKeyTB.Location = new System.Drawing.Point(66, 49); this.NewKeyTB.MaxLength = 32; this.NewKeyTB.Name = "NewKeyTB"; this.NewKeyTB.Size = new System.Drawing.Size(217, 20); this.NewKeyTB.TabIndex = 14; this.NewKeyTB.Text = "000102030405060708090A0B0C0D0E0F"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(17, 52); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(49, 13); this.label10.TabIndex = 13; this.label10.Text = "New key"; // // OldKeyTB // this.OldKeyTB.Location = new System.Drawing.Point(66, 23); this.OldKeyTB.MaxLength = 32; this.OldKeyTB.Name = "OldKeyTB"; this.OldKeyTB.Size = new System.Drawing.Size(217, 20); this.OldKeyTB.TabIndex = 12; this.OldKeyTB.Text = "000102030405060708090A0B0C0D0E0F"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(17, 26); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(43, 13); this.label9.TabIndex = 0; this.label9.Text = "Old key"; // // groupBox4 // this.groupBox4.Controls.Add(this.checkBox8); this.groupBox4.Controls.Add(this.checkBox7); this.groupBox4.Controls.Add(this.checkBox6); this.groupBox4.Controls.Add(this.label14); this.groupBox4.Controls.Add(this.bDeleteApplication); this.groupBox4.Controls.Add(this.bMakeApplication); this.groupBox4.Controls.Add(this.CreateAppMaxKeyNo); this.groupBox4.Controls.Add(this.label13); this.groupBox4.Controls.Add(this.CreateAppAID); this.groupBox4.Controls.Add(this.label12); this.groupBox4.Location = new System.Drawing.Point(450, 171); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(348, 150); this.groupBox4.TabIndex = 3; this.groupBox4.TabStop = false; this.groupBox4.Text = "Application"; // // checkBox8 // this.checkBox8.AutoSize = true; this.checkBox8.Location = new System.Drawing.Point(18, 129); this.checkBox8.Name = "checkBox8"; this.checkBox8.Size = new System.Drawing.Size(246, 17); this.checkBox8.TabIndex = 21; this.checkBox8.Text = "Application master key not changable anymore"; this.checkBox8.UseVisualStyleBackColor = true; // // checkBox7 // this.checkBox7.AutoSize = true; this.checkBox7.Location = new System.Drawing.Point(18, 113); this.checkBox7.Name = "checkBox7"; this.checkBox7.Size = new System.Drawing.Size(263, 17); this.checkBox7.TabIndex = 21; this.checkBox7.Text = "Create or delete file with master key authentication"; this.checkBox7.UseVisualStyleBackColor = true; // // checkBox6 // this.checkBox6.AutoSize = true; this.checkBox6.Location = new System.Drawing.Point(18, 95); this.checkBox6.Name = "checkBox6"; this.checkBox6.Size = new System.Drawing.Size(178, 17); this.checkBox6.TabIndex = 21; this.checkBox6.Text = "Settings not changable anymore"; this.checkBox6.UseVisualStyleBackColor = true; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(15, 79); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(130, 13); this.label14.TabIndex = 21; this.label14.Text = "Application\'s keys settings"; // // bDeleteApplication // this.bDeleteApplication.Location = new System.Drawing.Point(231, 46); this.bDeleteApplication.Name = "bDeleteApplication"; this.bDeleteApplication.Size = new System.Drawing.Size(111, 23); this.bDeleteApplication.TabIndex = 20; this.bDeleteApplication.Text = "Delete application"; this.bDeleteApplication.UseVisualStyleBackColor = true; this.bDeleteApplication.Click += new System.EventHandler(this.bDeleteApplication_Click); // // bMakeApplication // this.bMakeApplication.Location = new System.Drawing.Point(231, 18); this.bMakeApplication.Name = "bMakeApplication"; this.bMakeApplication.Size = new System.Drawing.Size(111, 23); this.bMakeApplication.TabIndex = 19; this.bMakeApplication.Text = "Make application"; this.bMakeApplication.UseVisualStyleBackColor = true; this.bMakeApplication.Click += new System.EventHandler(this.bMakeApplication_Click); // // CreateAppMaxKeyNo // this.CreateAppMaxKeyNo.FormattingEnabled = true; this.CreateAppMaxKeyNo.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13"}); this.CreateAppMaxKeyNo.Location = new System.Drawing.Point(124, 46); this.CreateAppMaxKeyNo.Name = "CreateAppMaxKeyNo"; this.CreateAppMaxKeyNo.Size = new System.Drawing.Size(52, 21); this.CreateAppMaxKeyNo.TabIndex = 18; this.CreateAppMaxKeyNo.Text = "0"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(15, 49); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(103, 13); this.label13.TabIndex = 12; this.label13.Text = "Maximal key number"; // // CreateAppAID // this.CreateAppAID.Location = new System.Drawing.Point(124, 19); this.CreateAppAID.Name = "CreateAppAID"; this.CreateAppAID.Size = new System.Drawing.Size(52, 20); this.CreateAppAID.TabIndex = 12; this.CreateAppAID.Text = "000000"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(15, 23); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(88, 13); this.label12.TabIndex = 12; this.label12.Text = "AID 3 bytes hex :"; // // groupBox5 // this.groupBox5.Controls.Add(this.bFileReading); this.groupBox5.Controls.Add(this.bFileWriting); this.groupBox5.Controls.Add(this.FileLength); this.groupBox5.Controls.Add(this.label16); this.groupBox5.Controls.Add(this.StandardCommMode); this.groupBox5.Controls.Add(this.label15); this.groupBox5.Location = new System.Drawing.Point(450, 327); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(348, 74); this.groupBox5.TabIndex = 4; this.groupBox5.TabStop = false; this.groupBox5.Text = "Standard data file read and write"; // // bFileReading // this.bFileReading.Location = new System.Drawing.Point(220, 44); this.bFileReading.Name = "bFileReading"; this.bFileReading.Size = new System.Drawing.Size(122, 23); this.bFileReading.TabIndex = 17; this.bFileReading.Text = "File reading"; this.bFileReading.UseVisualStyleBackColor = true; this.bFileReading.Click += new System.EventHandler(this.bFileReading_Click); // // bFileWriting // this.bFileWriting.Location = new System.Drawing.Point(220, 19); this.bFileWriting.Name = "bFileWriting"; this.bFileWriting.Size = new System.Drawing.Size(122, 23); this.bFileWriting.TabIndex = 16; this.bFileWriting.Text = "File writing"; this.bFileWriting.UseVisualStyleBackColor = true; this.bFileWriting.Click += new System.EventHandler(this.bFileWriting_Click); // // FileLength // this.FileLength.Location = new System.Drawing.Point(124, 46); this.FileLength.Name = "FileLength"; this.FileLength.Size = new System.Drawing.Size(90, 20); this.FileLength.TabIndex = 15; this.FileLength.Text = "20"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(15, 49); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(55, 13); this.label16.TabIndex = 14; this.label16.Text = "Size of file"; // // StandardCommMode // this.StandardCommMode.FormattingEnabled = true; this.StandardCommMode.Items.AddRange(new object[] { "PLAIN", "MACKED", "ENCHIPERED"}); this.StandardCommMode.Location = new System.Drawing.Point(124, 19); this.StandardCommMode.Name = "StandardCommMode"; this.StandardCommMode.Size = new System.Drawing.Size(90, 21); this.StandardCommMode.TabIndex = 13; this.StandardCommMode.Text = "PLAIN"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(15, 23); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(108, 13); this.label15.TabIndex = 12; this.label15.Text = "Communication mode"; // // groupBox6 // this.groupBox6.Controls.Add(this.label18); this.groupBox6.Controls.Add(this.ValueView); this.groupBox6.Controls.Add(this.bDecreaseValue); this.groupBox6.Controls.Add(this.bIncreaseValue); this.groupBox6.Controls.Add(this.bReadValue); this.groupBox6.Controls.Add(this.ValueFileCommMode); this.groupBox6.Controls.Add(this.label17); this.groupBox6.Location = new System.Drawing.Point(450, 400); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(348, 72); this.groupBox6.TabIndex = 5; this.groupBox6.TabStop = false; this.groupBox6.Text = "Value file operation"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(286, 29); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(34, 13); this.label18.TabIndex = 23; this.label18.Text = "Value"; // // ValueView // this.ValueView.Location = new System.Drawing.Point(269, 45); this.ValueView.Name = "ValueView"; this.ValueView.Size = new System.Drawing.Size(75, 20); this.ValueView.TabIndex = 22; this.ValueView.Text = "0"; // // bDecreaseValue // this.bDecreaseValue.Location = new System.Drawing.Point(173, 43); this.bDecreaseValue.Name = "bDecreaseValue"; this.bDecreaseValue.Size = new System.Drawing.Size(92, 23); this.bDecreaseValue.TabIndex = 21; this.bDecreaseValue.Text = "Decrease value"; this.bDecreaseValue.UseVisualStyleBackColor = true; this.bDecreaseValue.Click += new System.EventHandler(this.bDecreaseValue_Click); // // bIncreaseValue // this.bIncreaseValue.Location = new System.Drawing.Point(80, 43); this.bIncreaseValue.Name = "bIncreaseValue"; this.bIncreaseValue.Size = new System.Drawing.Size(91, 23); this.bIncreaseValue.TabIndex = 20; this.bIncreaseValue.Text = "Increase value"; this.bIncreaseValue.UseVisualStyleBackColor = true; this.bIncreaseValue.Click += new System.EventHandler(this.bIncreaseValue_Click); // // bReadValue // this.bReadValue.Location = new System.Drawing.Point(6, 43); this.bReadValue.Name = "bReadValue"; this.bReadValue.Size = new System.Drawing.Size(73, 23); this.bReadValue.TabIndex = 19; this.bReadValue.Text = "Read value"; this.bReadValue.UseVisualStyleBackColor = true; this.bReadValue.Click += new System.EventHandler(this.bReadValue_Click); // // ValueFileCommMode // this.ValueFileCommMode.FormattingEnabled = true; this.ValueFileCommMode.Items.AddRange(new object[] { "PLAIN", "MACKED", "ENCHIPERED"}); this.ValueFileCommMode.Location = new System.Drawing.Point(124, 13); this.ValueFileCommMode.Name = "ValueFileCommMode"; this.ValueFileCommMode.Size = new System.Drawing.Size(90, 21); this.ValueFileCommMode.TabIndex = 18; this.ValueFileCommMode.Text = "PLAIN"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(15, 16); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(108, 13); this.label17.TabIndex = 18; this.label17.Text = "Communication mode"; // // groupBox7 // this.groupBox7.Controls.Add(this.bAEStoDES); this.groupBox7.Controls.Add(this.bSetRandomID); this.groupBox7.Controls.Add(this.bGetFreeMemory); this.groupBox7.Controls.Add(this.bDEStoAES); this.groupBox7.Controls.Add(this.bFormatCard); this.groupBox7.Controls.Add(this.bGetCardUID); this.groupBox7.Location = new System.Drawing.Point(450, 472); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(348, 89); this.groupBox7.TabIndex = 6; this.groupBox7.TabStop = false; this.groupBox7.Text = "Card operations"; // // bAEStoDES // this.bAEStoDES.Location = new System.Drawing.Point(212, 53); this.bAEStoDES.Name = "bAEStoDES"; this.bAEStoDES.Size = new System.Drawing.Size(97, 30); this.bAEStoDES.TabIndex = 5; this.bAEStoDES.Text = "AES to DES"; this.bAEStoDES.UseVisualStyleBackColor = true; this.bAEStoDES.Click += new System.EventHandler(this.bAEStoDES_Click); // // bSetRandomID // this.bSetRandomID.Location = new System.Drawing.Point(109, 53); this.bSetRandomID.Name = "bSetRandomID"; this.bSetRandomID.Size = new System.Drawing.Size(97, 30); this.bSetRandomID.TabIndex = 4; this.bSetRandomID.Text = "Set random ID"; this.bSetRandomID.UseVisualStyleBackColor = true; this.bSetRandomID.Click += new System.EventHandler(this.bSetRandomID_Click); // // bGetFreeMemory // this.bGetFreeMemory.Location = new System.Drawing.Point(6, 53); this.bGetFreeMemory.Name = "bGetFreeMemory"; this.bGetFreeMemory.Size = new System.Drawing.Size(97, 30); this.bGetFreeMemory.TabIndex = 3; this.bGetFreeMemory.Text = "Get free memory"; this.bGetFreeMemory.UseVisualStyleBackColor = true; this.bGetFreeMemory.Click += new System.EventHandler(this.bGetFreeMemory_Click); // // bDEStoAES // this.bDEStoAES.Location = new System.Drawing.Point(212, 19); this.bDEStoAES.Name = "bDEStoAES"; this.bDEStoAES.Size = new System.Drawing.Size(97, 30); this.bDEStoAES.TabIndex = 2; this.bDEStoAES.Text = "DES to AES"; this.bDEStoAES.UseVisualStyleBackColor = true; this.bDEStoAES.Click += new System.EventHandler(this.bDEStoAES_Click); // // bFormatCard // this.bFormatCard.Location = new System.Drawing.Point(109, 19); this.bFormatCard.Name = "bFormatCard"; this.bFormatCard.Size = new System.Drawing.Size(97, 30); this.bFormatCard.TabIndex = 1; this.bFormatCard.Text = "Format card"; this.bFormatCard.UseVisualStyleBackColor = true; this.bFormatCard.Click += new System.EventHandler(this.bFormatCard_Click); // // bGetCardUID // this.bGetCardUID.Location = new System.Drawing.Point(6, 19); this.bGetCardUID.Name = "bGetCardUID"; this.bGetCardUID.Size = new System.Drawing.Size(97, 30); this.bGetCardUID.TabIndex = 0; this.bGetCardUID.Text = "Get card UID"; this.bGetCardUID.UseVisualStyleBackColor = true; this.bGetCardUID.Click += new System.EventHandler(this.bGetCardUID_Click); // // groupBox8 // this.groupBox8.Controls.Add(this.bDeleteFile); this.groupBox8.Controls.Add(this.bMakeFile); this.groupBox8.Controls.Add(this.groupBox9); this.groupBox8.Controls.Add(this.ChangeKeyNoCB); this.groupBox8.Controls.Add(this.label28); this.groupBox8.Controls.Add(this.RWKeyNoCB); this.groupBox8.Controls.Add(this.label27); this.groupBox8.Controls.Add(this.WriteKeyNoCB); this.groupBox8.Controls.Add(this.label26); this.groupBox8.Controls.Add(this.ReadKeyNoCB); this.groupBox8.Controls.Add(this.label25); this.groupBox8.Controls.Add(this.FreeGetValueCB); this.groupBox8.Controls.Add(this.LimitedCreditCB); this.groupBox8.Controls.Add(this.ValueFileTB); this.groupBox8.Controls.Add(this.label24); this.groupBox8.Controls.Add(this.UpperLimitTB); this.groupBox8.Controls.Add(this.label23); this.groupBox8.Controls.Add(this.LowerLimitTB); this.groupBox8.Controls.Add(this.label22); this.groupBox8.Controls.Add(this.SizeOfFileTB); this.groupBox8.Controls.Add(this.label21); this.groupBox8.Controls.Add(this.FileCommMode); this.groupBox8.Controls.Add(this.label20); this.groupBox8.Controls.Add(this.FileIDTB); this.groupBox8.Controls.Add(this.label19); this.groupBox8.Location = new System.Drawing.Point(3, 378); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(431, 183); this.groupBox8.TabIndex = 7; this.groupBox8.TabStop = false; this.groupBox8.Text = "File"; // // bDeleteFile // this.bDeleteFile.Location = new System.Drawing.Point(318, 54); this.bDeleteFile.Name = "bDeleteFile"; this.bDeleteFile.Size = new System.Drawing.Size(107, 23); this.bDeleteFile.TabIndex = 43; this.bDeleteFile.Text = "Delete file"; this.bDeleteFile.UseVisualStyleBackColor = true; this.bDeleteFile.Click += new System.EventHandler(this.bDeleteFile_Click); // // bMakeFile // this.bMakeFile.Location = new System.Drawing.Point(318, 22); this.bMakeFile.Name = "bMakeFile"; this.bMakeFile.Size = new System.Drawing.Size(107, 23); this.bMakeFile.TabIndex = 42; this.bMakeFile.Text = "Make file"; this.bMakeFile.UseVisualStyleBackColor = true; this.bMakeFile.Click += new System.EventHandler(this.bMakeFile_Click); // // groupBox9 // this.groupBox9.Controls.Add(this.RGValue); this.groupBox9.Controls.Add(this.RGStandard); this.groupBox9.Location = new System.Drawing.Point(189, 14); this.groupBox9.Name = "groupBox9"; this.groupBox9.Size = new System.Drawing.Size(123, 69); this.groupBox9.TabIndex = 41; this.groupBox9.TabStop = false; this.groupBox9.Text = "RG file type"; // // RGValue // this.RGValue.AutoSize = true; this.RGValue.Location = new System.Drawing.Point(12, 43); this.RGValue.Name = "RGValue"; this.RGValue.Size = new System.Drawing.Size(68, 17); this.RGValue.TabIndex = 42; this.RGValue.Text = "Value file"; this.RGValue.UseVisualStyleBackColor = true; this.RGValue.CheckedChanged += new System.EventHandler(this.RGValue_CheckedChanged); // // RGStandard // this.RGStandard.AutoSize = true; this.RGStandard.Checked = true; this.RGStandard.Location = new System.Drawing.Point(12, 20); this.RGStandard.Name = "RGStandard"; this.RGStandard.Size = new System.Drawing.Size(108, 17); this.RGStandard.TabIndex = 0; this.RGStandard.TabStop = true; this.RGStandard.Text = "Standard data file"; this.RGStandard.UseVisualStyleBackColor = true; this.RGStandard.CheckedChanged += new System.EventHandler(this.RGStandard_CheckedChanged); // // ChangeKeyNoCB // this.ChangeKeyNoCB.FormattingEnabled = true; this.ChangeKeyNoCB.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15"}); this.ChangeKeyNoCB.Location = new System.Drawing.Point(242, 156); this.ChangeKeyNoCB.Name = "ChangeKeyNoCB"; this.ChangeKeyNoCB.Size = new System.Drawing.Size(52, 21); this.ChangeKeyNoCB.TabIndex = 40; this.ChangeKeyNoCB.Text = "0"; // // label28 // this.label28.AutoSize = true; this.label28.Location = new System.Drawing.Point(239, 140); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(64, 13); this.label28.TabIndex = 39; this.label28.Text = "Change key"; // // RWKeyNoCB // this.RWKeyNoCB.FormattingEnabled = true; this.RWKeyNoCB.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15"}); this.RWKeyNoCB.Location = new System.Drawing.Point(146, 156); this.RWKeyNoCB.Name = "RWKeyNoCB"; this.RWKeyNoCB.Size = new System.Drawing.Size(52, 21); this.RWKeyNoCB.TabIndex = 38; this.RWKeyNoCB.Text = "0"; // // label27 // this.label27.AutoSize = true; this.label27.Location = new System.Drawing.Point(144, 140); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(89, 13); this.label27.TabIndex = 37; this.label27.Text = "Read / Write key"; // // WriteKeyNoCB // this.WriteKeyNoCB.FormattingEnabled = true; this.WriteKeyNoCB.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15"}); this.WriteKeyNoCB.Location = new System.Drawing.Point(80, 156); this.WriteKeyNoCB.Name = "WriteKeyNoCB"; this.WriteKeyNoCB.Size = new System.Drawing.Size(52, 21); this.WriteKeyNoCB.TabIndex = 36; this.WriteKeyNoCB.Text = "0"; // // label26 // this.label26.AutoSize = true; this.label26.Location = new System.Drawing.Point(77, 140); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(52, 13); this.label26.TabIndex = 35; this.label26.Text = "Write key"; // // ReadKeyNoCB // this.ReadKeyNoCB.FormattingEnabled = true; this.ReadKeyNoCB.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15"}); this.ReadKeyNoCB.Location = new System.Drawing.Point(14, 156); this.ReadKeyNoCB.Name = "ReadKeyNoCB"; this.ReadKeyNoCB.Size = new System.Drawing.Size(52, 21); this.ReadKeyNoCB.TabIndex = 22; this.ReadKeyNoCB.Text = "0"; // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(11, 140); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(53, 13); this.label25.TabIndex = 34; this.label25.Text = "Read key"; // // FreeGetValueCB // this.FreeGetValueCB.AutoSize = true; this.FreeGetValueCB.Enabled = false; this.FreeGetValueCB.Location = new System.Drawing.Point(303, 113); this.FreeGetValueCB.Name = "FreeGetValueCB"; this.FreeGetValueCB.Size = new System.Drawing.Size(94, 17); this.FreeGetValueCB.TabIndex = 33; this.FreeGetValueCB.Text = "Free get value"; this.FreeGetValueCB.UseVisualStyleBackColor = true; // // LimitedCreditCB // this.LimitedCreditCB.AutoSize = true; this.LimitedCreditCB.Enabled = false; this.LimitedCreditCB.Location = new System.Drawing.Point(218, 113); this.LimitedCreditCB.Name = "LimitedCreditCB"; this.LimitedCreditCB.Size = new System.Drawing.Size(88, 17); this.LimitedCreditCB.TabIndex = 32; this.LimitedCreditCB.Text = "Limited credit"; this.LimitedCreditCB.UseVisualStyleBackColor = true; // // ValueFileTB // this.ValueFileTB.Enabled = false; this.ValueFileTB.Location = new System.Drawing.Point(147, 110); this.ValueFileTB.Name = "ValueFileTB"; this.ValueFileTB.Size = new System.Drawing.Size(65, 20); this.ValueFileTB.TabIndex = 31; this.ValueFileTB.Text = "0"; // // label24 // this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(146, 94); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(34, 13); this.label24.TabIndex = 30; this.label24.Text = "Value"; // // UpperLimitTB // this.UpperLimitTB.Enabled = false; this.UpperLimitTB.Location = new System.Drawing.Point(80, 110); this.UpperLimitTB.Name = "UpperLimitTB"; this.UpperLimitTB.Size = new System.Drawing.Size(61, 20); this.UpperLimitTB.TabIndex = 29; this.UpperLimitTB.Text = "0"; // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(77, 94); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(56, 13); this.label23.TabIndex = 28; this.label23.Text = "Upper limit"; // // LowerLimitTB // this.LowerLimitTB.Enabled = false; this.LowerLimitTB.Location = new System.Drawing.Point(14, 110); this.LowerLimitTB.Name = "LowerLimitTB"; this.LowerLimitTB.Size = new System.Drawing.Size(60, 20); this.LowerLimitTB.TabIndex = 27; this.LowerLimitTB.Text = "0"; // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(11, 94); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(56, 13); this.label22.TabIndex = 26; this.label22.Text = "Lower limit"; // // SizeOfFileTB // this.SizeOfFileTB.Location = new System.Drawing.Point(80, 67); this.SizeOfFileTB.Name = "SizeOfFileTB"; this.SizeOfFileTB.Size = new System.Drawing.Size(52, 20); this.SizeOfFileTB.TabIndex = 18; this.SizeOfFileTB.Text = "20"; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(9, 70); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(55, 13); this.label21.TabIndex = 25; this.label21.Text = "Size of file"; // // FileCommMode // this.FileCommMode.FormattingEnabled = true; this.FileCommMode.Items.AddRange(new object[] { "PLAIN", "MACKED", "ENCHIPERED"}); this.FileCommMode.Location = new System.Drawing.Point(80, 40); this.FileCommMode.Name = "FileCommMode"; this.FileCommMode.Size = new System.Drawing.Size(90, 21); this.FileCommMode.TabIndex = 24; this.FileCommMode.Text = "PLAIN"; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(9, 43); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(65, 13); this.label20.TabIndex = 24; this.label20.Text = "Comm mode"; // // FileIDTB // this.FileIDTB.FormattingEnabled = true; this.FileIDTB.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"}); this.FileIDTB.Location = new System.Drawing.Point(80, 14); this.FileIDTB.Name = "FileIDTB"; this.FileIDTB.Size = new System.Drawing.Size(52, 21); this.FileIDTB.TabIndex = 12; this.FileIDTB.Text = "0"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(9, 17); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(43, 13); this.label19.TabIndex = 12; this.label19.Text = "File ID :"; // // groupBox10 // this.groupBox10.Controls.Add(this.label33); this.groupBox10.Controls.Add(this.label32); this.groupBox10.Controls.Add(this.label31); this.groupBox10.Controls.Add(this.bGetSpeed); this.groupBox10.Controls.Add(this.bSetSpeed); this.groupBox10.Controls.Add(this.rxCB); this.groupBox10.Controls.Add(this.label30); this.groupBox10.Controls.Add(this.txCB); this.groupBox10.Controls.Add(this.label29); this.groupBox10.Location = new System.Drawing.Point(804, 5); this.groupBox10.Name = "groupBox10"; this.groupBox10.Size = new System.Drawing.Size(167, 556); this.groupBox10.TabIndex = 8; this.groupBox10.TabStop = false; this.groupBox10.Text = "Baud rate"; // // label33 // this.label33.AutoSize = true; this.label33.Location = new System.Drawing.Point(6, 537); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(43, 13); this.label33.TabIndex = 8; this.label33.Text = "reader ."; // // label32 // this.label32.AutoSize = true; this.label32.Location = new System.Drawing.Point(6, 520); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(125, 13); this.label32.TabIndex = 7; this.label32.Text = "stored permanently in the"; // // label31 // this.label31.AutoSize = true; this.label31.Location = new System.Drawing.Point(6, 503); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(121, 13); this.label31.TabIndex = 6; this.label31.Text = "Required baud rates are"; // // bGetSpeed // this.bGetSpeed.Location = new System.Drawing.Point(9, 172); this.bGetSpeed.Name = "bGetSpeed"; this.bGetSpeed.Size = new System.Drawing.Size(152, 29); this.bGetSpeed.TabIndex = 5; this.bGetSpeed.Text = "Get baud rate"; this.bGetSpeed.UseVisualStyleBackColor = true; this.bGetSpeed.Click += new System.EventHandler(this.bGetSpeed_Click); // // bSetSpeed // this.bSetSpeed.Location = new System.Drawing.Point(9, 137); this.bSetSpeed.Name = "bSetSpeed"; this.bSetSpeed.Size = new System.Drawing.Size(152, 29); this.bSetSpeed.TabIndex = 4; this.bSetSpeed.Text = "Set baud rate"; this.bSetSpeed.UseVisualStyleBackColor = true; this.bSetSpeed.Click += new System.EventHandler(this.bSetSpeed_Click); // // rxCB // this.rxCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.rxCB.FormattingEnabled = true; this.rxCB.Items.AddRange(new object[] { "106 kbps", "212 kbps", "424 kbps", "848 kbps"}); this.rxCB.Location = new System.Drawing.Point(9, 90); this.rxCB.Name = "rxCB"; this.rxCB.Size = new System.Drawing.Size(152, 21); this.rxCB.TabIndex = 3; // // label30 // this.label30.AutoSize = true; this.label30.Location = new System.Drawing.Point(6, 74); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(101, 13); this.label30.TabIndex = 2; this.label30.Text = "Receive baud rate :"; // // txCB // this.txCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.txCB.FormattingEnabled = true; this.txCB.Items.AddRange(new object[] { "106 kbps", "212 kbps", "424 kbps", "848 kbps"}); this.txCB.Location = new System.Drawing.Point(9, 39); this.txCB.Name = "txCB"; this.txCB.Size = new System.Drawing.Size(152, 21); this.txCB.TabIndex = 1; // // label29 // this.label29.AutoSize = true; this.label29.Location = new System.Drawing.Point(6, 23); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(101, 13); this.label29.TabIndex = 0; this.label29.Text = "Transmit baud rate :"; // // groupBox11 // this.groupBox11.Controls.Add(this.StatusLabel); this.groupBox11.Controls.Add(this.StatusRTB); this.groupBox11.Location = new System.Drawing.Point(3, 567); this.groupBox11.Name = "groupBox11"; this.groupBox11.Size = new System.Drawing.Size(968, 145); this.groupBox11.TabIndex = 9; this.groupBox11.TabStop = false; // // StatusLabel // this.StatusLabel.AutoSize = true; this.StatusLabel.Location = new System.Drawing.Point(2, 129); this.StatusLabel.Name = "StatusLabel"; this.StatusLabel.Size = new System.Drawing.Size(37, 13); this.StatusLabel.TabIndex = 1; this.StatusLabel.Text = "Status"; // // StatusRTB // this.StatusRTB.Location = new System.Drawing.Point(2, 9); this.StatusRTB.Name = "StatusRTB"; this.StatusRTB.Size = new System.Drawing.Size(962, 117); this.StatusRTB.TabIndex = 0; this.StatusRTB.Text = ""; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(974, 714); this.Controls.Add(this.groupBox11); this.Controls.Add(this.groupBox10); this.Controls.Add(this.groupBox8); this.Controls.Add(this.groupBox7); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "Desfire tester"; this.Load += new System.EventHandler(this.Form1_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.groupBox7.ResumeLayout(false); this.groupBox8.ResumeLayout(false); this.groupBox8.PerformLayout(); this.groupBox9.ResumeLayout(false); this.groupBox9.PerformLayout(); this.groupBox10.ResumeLayout(false); this.groupBox10.PerformLayout(); this.groupBox11.ResumeLayout(false); this.groupBox11.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ComboBox InternalKeyNumberAuth; private System.Windows.Forms.Label label5; private System.Windows.Forms.CheckBox MasterKeyAuthRequired; private System.Windows.Forms.ComboBox FileIDForWork; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox AIDKeyNrAuth; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox AIDCardAuth; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox UseInternal; private System.Windows.Forms.TextBox AESkeyTB; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button bInternalKeysUnlock; private System.Windows.Forms.Button bInternalKeysLock; private System.Windows.Forms.TextBox PasswordTB; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button bStoreAESKeyIntoReader; private System.Windows.Forms.ComboBox InternalKeyNumberCB; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox AesKeyInternalTB; private System.Windows.Forms.Label label6; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.CheckBox ChBxMaster_1; private System.Windows.Forms.CheckBox ChBxCreate_1; private System.Windows.Forms.CheckBox ChBxSett_1; private System.Windows.Forms.ComboBox AIDKeyNrChangeCH; private System.Windows.Forms.Label label11; private System.Windows.Forms.Button bChangeKeySettings; private System.Windows.Forms.Button bGetKeySettings; private System.Windows.Forms.Button bChangeAesKeyCard; private System.Windows.Forms.TextBox NewKeyTB; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox OldKeyTB; private System.Windows.Forms.Label label9; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.CheckBox checkBox8; private System.Windows.Forms.CheckBox checkBox7; private System.Windows.Forms.CheckBox checkBox6; private System.Windows.Forms.Label label14; private System.Windows.Forms.Button bDeleteApplication; private System.Windows.Forms.Button bMakeApplication; private System.Windows.Forms.ComboBox CreateAppMaxKeyNo; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox CreateAppAID; private System.Windows.Forms.Label label12; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Button bFileReading; private System.Windows.Forms.Button bFileWriting; private System.Windows.Forms.TextBox FileLength; private System.Windows.Forms.Label label16; private System.Windows.Forms.ComboBox StandardCommMode; private System.Windows.Forms.Label label15; private System.Windows.Forms.GroupBox groupBox6; private System.Windows.Forms.Label label18; private System.Windows.Forms.TextBox ValueView; private System.Windows.Forms.Button bDecreaseValue; private System.Windows.Forms.Button bIncreaseValue; private System.Windows.Forms.Button bReadValue; private System.Windows.Forms.ComboBox ValueFileCommMode; private System.Windows.Forms.Label label17; private System.Windows.Forms.GroupBox groupBox7; private System.Windows.Forms.Button bSetRandomID; private System.Windows.Forms.Button bGetFreeMemory; private System.Windows.Forms.Button bDEStoAES; private System.Windows.Forms.Button bFormatCard; private System.Windows.Forms.Button bGetCardUID; private System.Windows.Forms.GroupBox groupBox8; private System.Windows.Forms.Button bDeleteFile; private System.Windows.Forms.Button bMakeFile; private System.Windows.Forms.GroupBox groupBox9; private System.Windows.Forms.RadioButton RGValue; private System.Windows.Forms.RadioButton RGStandard; private System.Windows.Forms.ComboBox ChangeKeyNoCB; private System.Windows.Forms.Label label28; private System.Windows.Forms.ComboBox RWKeyNoCB; private System.Windows.Forms.Label label27; private System.Windows.Forms.ComboBox WriteKeyNoCB; private System.Windows.Forms.Label label26; private System.Windows.Forms.ComboBox ReadKeyNoCB; private System.Windows.Forms.Label label25; private System.Windows.Forms.CheckBox FreeGetValueCB; private System.Windows.Forms.CheckBox LimitedCreditCB; private System.Windows.Forms.TextBox ValueFileTB; private System.Windows.Forms.Label label24; private System.Windows.Forms.TextBox UpperLimitTB; private System.Windows.Forms.Label label23; private System.Windows.Forms.TextBox LowerLimitTB; private System.Windows.Forms.Label label22; private System.Windows.Forms.TextBox SizeOfFileTB; private System.Windows.Forms.Label label21; private System.Windows.Forms.ComboBox FileCommMode; private System.Windows.Forms.Label label20; private System.Windows.Forms.ComboBox FileIDTB; private System.Windows.Forms.Label label19; private System.Windows.Forms.GroupBox groupBox10; private System.Windows.Forms.Label label33; private System.Windows.Forms.Label label32; private System.Windows.Forms.Label label31; private System.Windows.Forms.Button bGetSpeed; private System.Windows.Forms.Button bSetSpeed; private System.Windows.Forms.ComboBox rxCB; private System.Windows.Forms.Label label30; private System.Windows.Forms.ComboBox txCB; private System.Windows.Forms.Label label29; private System.Windows.Forms.GroupBox groupBox11; private System.Windows.Forms.Label StatusLabel; private System.Windows.Forms.RichTextBox StatusRTB; private System.Windows.Forms.Button bAEStoDES; private System.Windows.Forms.Timer timer1; } }