Skip to content
frmuFRSimple.Designer.cs 55.8 KiB
Newer Older
        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;
developer8's avatar
developer8 committed
        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;