Newer
Older
{
/// <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.stbCardStatus = new System.Windows.Forms.StatusStrip();
this.pnlCard_status = new System.Windows.Forms.ToolStripStatusLabel();
this.pnlError_code = new System.Windows.Forms.ToolStripStatusLabel();
this.pnlError_explain = new System.Windows.Forms.ToolStripStatusLabel();
this.mnuMeniItem = new System.Windows.Forms.MenuStrip();
this.mniExitItem = new System.Windows.Forms.ToolStripMenuItem();
this.pnlReader = new System.Windows.Forms.Panel();
this.txtCardSerial = new System.Windows.Forms.TextBox();
this.lblUID = new System.Windows.Forms.Label();
this.txtUIDSize = new System.Windows.Forms.TextBox();
this.lblUIDSize = new System.Windows.Forms.Label();
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
this.btnReaderUISignal = new System.Windows.Forms.Button();
this.cboLightMode = new System.Windows.Forms.ComboBox();
this.lblSoundMode = new System.Windows.Forms.Label();
this.cboSoundMode = new System.Windows.Forms.ComboBox();
this.lblLightMode = new System.Windows.Forms.Label();
this.pnlSep = new System.Windows.Forms.Panel();
this.txtCardType = new System.Windows.Forms.TextBox();
this.lblCardType = new System.Windows.Forms.Label();
this.txtReaderSerial = new System.Windows.Forms.TextBox();
this.lblReaderSerial = new System.Windows.Forms.Label();
this.txtReaderType = new System.Windows.Forms.TextBox();
this.lblReaderType = new System.Windows.Forms.Label();
this.stbReader = new System.Windows.Forms.StatusStrip();
this.pnlConnected = new System.Windows.Forms.ToolStripStatusLabel();
this.pnlReader_error_code = new System.Windows.Forms.ToolStripStatusLabel();
this.pnlReader_err_explain = new System.Windows.Forms.ToolStripStatusLabel();
this.lblKeyIndex = new System.Windows.Forms.Label();
this.txtReaderKeyIndex = new System.Windows.Forms.TextBox();
this.pnlFormat = new System.Windows.Forms.Panel();
this.pgKeys = new System.Windows.Forms.TabControl();
this.tabNewCardKeys = new System.Windows.Forms.TabPage();
this.chkCardKeysHex = new System.Windows.Forms.CheckBox();
this.lblKeyB = new System.Windows.Forms.Label();
this.lblKeyA = new System.Windows.Forms.Label();
this.pnlCardKeys = new System.Windows.Forms.Panel();
this.txtSectorFormatted = new System.Windows.Forms.TextBox();
this.lblSectorFormatted = new System.Windows.Forms.Label();
this.btnFormatCard = new System.Windows.Forms.Button();
this.tabNewReaderKey = new System.Windows.Forms.TabPage();
this.pnlReaderKey = new System.Windows.Forms.Panel();
this.chkReaderKeyHex = new System.Windows.Forms.CheckBox();
this.btnEnterReaderKey = new System.Windows.Forms.Button();
this.pnlAuth = new System.Windows.Forms.Panel();
this.rbAUTH1B = new System.Windows.Forms.RadioButton();
this.rbAUTH1A = new System.Windows.Forms.RadioButton();
this.pnlFunction = new System.Windows.Forms.ToolStripStatusLabel();
this.pnlFError_code = new System.Windows.Forms.ToolStripStatusLabel();
this.pnlFError_explain = new System.Windows.Forms.ToolStripStatusLabel();
this.pgLinearReadWrite = new System.Windows.Forms.TabControl();
this.tabLinearRead = new System.Windows.Forms.TabPage();
this.txtReadBytes = new System.Windows.Forms.TextBox();
this.lblReadBytes = new System.Windows.Forms.Label();
this.btnLinearRead = new System.Windows.Forms.Button();
this.txtReadDataLength = new System.Windows.Forms.TextBox();
this.lblReadDataLength = new System.Windows.Forms.Label();
this.txtReadLinearAddress = new System.Windows.Forms.TextBox();
this.lblLinearAddress = new System.Windows.Forms.Label();
this.txtReadData = new System.Windows.Forms.RichTextBox();
this.lblReadData = new System.Windows.Forms.Label();
this.tabLinearWrite = new System.Windows.Forms.TabPage();
this.txtBytesWritten = new System.Windows.Forms.TextBox();
this.lblBytesWritten = new System.Windows.Forms.Label();
this.btnWriteData = new System.Windows.Forms.Button();
this.txtWriteDataLength = new System.Windows.Forms.TextBox();
this.lblWriteDataLength = new System.Windows.Forms.Label();
this.txtWriteLinearAddress = new System.Windows.Forms.TextBox();
this.lblWriteLinearAddress = new System.Windows.Forms.Label();
this.txtWriteData = new System.Windows.Forms.RichTextBox();
this.lblWriteData = new System.Windows.Forms.Label();
this.Timer = new System.Windows.Forms.Timer(this.components);
this.stbCardStatus.SuspendLayout();
this.mnuMeniItem.SuspendLayout();
this.pnlReader.SuspendLayout();
this.stbReader.SuspendLayout();
this.pnlFormat.SuspendLayout();
this.pgKeys.SuspendLayout();
this.tabNewCardKeys.SuspendLayout();
this.tabNewReaderKey.SuspendLayout();
this.pnlAuth.SuspendLayout();
this.pgLinearReadWrite.SuspendLayout();
this.tabLinearRead.SuspendLayout();
this.tabLinearWrite.SuspendLayout();
this.SuspendLayout();
//
// stbCardStatus
//
this.stbCardStatus.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.stbCardStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.pnlCard_status,
this.pnlError_code,
this.pnlError_explain});
this.stbCardStatus.Location = new System.Drawing.Point(0, 640);
this.stbCardStatus.Name = "stbCardStatus";
this.stbCardStatus.SizingGrip = false;
this.stbCardStatus.TabIndex = 0;
//
// pnlCard_status
//
this.pnlCard_status.AutoSize = false;
this.pnlCard_status.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
this.pnlCard_status.Name = "pnlCard_status";
this.pnlCard_status.Size = new System.Drawing.Size(120, 17);
this.pnlCard_status.Text = "CARD STATUS:";
//
// pnlError_code
//
this.pnlError_code.AutoSize = false;
this.pnlError_code.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
this.pnlError_code.Name = "pnlError_code";
this.pnlError_code.Size = new System.Drawing.Size(50, 17);
this.pnlError_code.Text = " ";
//
// pnlError_explain
//
this.pnlError_explain.Name = "pnlError_explain";
this.pnlError_explain.Spring = true;
this.pnlError_explain.Text = " ";
//
// mnuMeniItem
//
this.mnuMeniItem.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mniExitItem});
this.mnuMeniItem.Location = new System.Drawing.Point(0, 0);
this.mnuMeniItem.Name = "mnuMeniItem";
this.mnuMeniItem.TabIndex = 1;
this.mnuMeniItem.Text = "menuStrip1";
//
// mniExitItem
//
this.mniExitItem.Name = "mniExitItem";
this.mniExitItem.Size = new System.Drawing.Size(37, 20);
this.mniExitItem.Text = "Exit";
this.mniExitItem.Click += new System.EventHandler(this.mniExitItem_Click);
//
// pnlReader
//
this.pnlReader.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pnlReader.Controls.Add(this.txtCardSerial);
this.pnlReader.Controls.Add(this.lblUID);
this.pnlReader.Controls.Add(this.txtUIDSize);
this.pnlReader.Controls.Add(this.lblUIDSize);
this.pnlReader.Controls.Add(this.btnReaderUISignal);
this.pnlReader.Controls.Add(this.cboLightMode);
this.pnlReader.Controls.Add(this.lblSoundMode);
this.pnlReader.Controls.Add(this.cboSoundMode);
this.pnlReader.Controls.Add(this.lblLightMode);
this.pnlReader.Controls.Add(this.pnlSep);
this.pnlReader.Controls.Add(this.txtCardType);
this.pnlReader.Controls.Add(this.lblCardType);
this.pnlReader.Controls.Add(this.txtReaderSerial);
this.pnlReader.Controls.Add(this.lblReaderSerial);
this.pnlReader.Controls.Add(this.txtReaderType);
this.pnlReader.Controls.Add(this.lblReaderType);
this.pnlReader.Controls.Add(this.stbReader);
this.pnlReader.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlReader.Location = new System.Drawing.Point(0, 24);
this.pnlReader.Name = "pnlReader";
this.pnlReader.TabIndex = 2;
//
Loading full blame...