Newer
Older
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
private System.Windows.Forms.Button btnWriteData;
private System.Windows.Forms.TextBox txtWriteDataLength;
private System.Windows.Forms.Label lblWriteDataLength;
private System.Windows.Forms.TextBox txtWriteLinearAddress;
private System.Windows.Forms.Label lblWriteLinearAddress;
private System.Windows.Forms.RichTextBox txtWriteData;
private System.Windows.Forms.Label lblWriteData;
private System.Windows.Forms.Timer Timer;
private System.Windows.Forms.TextBox txtReadBytes;
private System.Windows.Forms.Label lblReadBytes;
private System.Windows.Forms.TextBox txtBytesWritten;
private System.Windows.Forms.Label lblBytesWritten;
private System.Windows.Forms.TabControl pgKeys;
private System.Windows.Forms.TabPage tabNewCardKeys;
private System.Windows.Forms.TextBox txtSectorFormatted;
private System.Windows.Forms.Label lblSectorFormatted;
private System.Windows.Forms.Button btnFormatCard;
private System.Windows.Forms.TabPage tabNewReaderKey;
private System.Windows.Forms.CheckBox chkReaderKeyHex;
private System.Windows.Forms.Button btnEnterReaderKey;
private System.Windows.Forms.CheckBox chkCardKeysHex;
private System.Windows.Forms.Label lblKeyB;
private System.Windows.Forms.Label lblKeyA;
private System.Windows.Forms.Panel pnlCardKeys;
private System.Windows.Forms.Panel pnlReaderKey;
private System.Windows.Forms.TextBox txtUIDSize;
private System.Windows.Forms.Label lblUIDSize;
private System.Windows.Forms.ToolTip toolTip;
private System.Windows.Forms.TextBox txtCardSerial;
private System.Windows.Forms.Label lblUID;