C# Class Authentiqr.NET.frmAccount

Inheritance: System.Windows.Forms.Form
Show file Open project: richard-green/LCGoogleApps Class Usage Examples

Public Methods

Method Description
RenderQRCode ( ) : void
ShowRemove ( bool visible ) : void
frmAccount ( Settings settings ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReadBitmap ( Bitmap bitmap ) : void
ResizeImage ( Bitmap imgToResize, Size size, InterpolationMode mode = InterpolationMode.NearestNeighbor ) : Bitmap
btnCancel_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
btnRemove_Click ( object sender, EventArgs e ) : void
frmAddAccount_DragDrop ( object sender, DragEventArgs e ) : void
frmAddAccount_DragEnter ( object sender, DragEventArgs e ) : void
frmAddAccount_Load ( object sender, EventArgs e ) : void
frmAddAccount_Move ( object sender, EventArgs e ) : void
pbQRCode_DoubleClick ( object sender, EventArgs e ) : void
saveFileDialog_FileOk ( object sender, System e ) : void
tmrMain_Tick ( object sender, EventArgs e ) : void
txtAccountName_KeyUp ( object sender, KeyEventArgs e ) : void
txtKey_KeyUp ( object sender, KeyEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

RenderQRCode() public method

public RenderQRCode ( ) : void
return void

ShowRemove() public method

public ShowRemove ( bool visible ) : void
visible bool
return void

frmAccount() public method

public frmAccount ( Settings settings ) : System
settings Authentiqr.NET.Code.Settings
return System