C# Class CntlmUI.CntlmUI

Inheritance: System.Windows.Forms.Form
Show file Open project: nefarius/CntlmUI

Private Properties

Property Type Description
CntlmUI_FormClosing void
CntlmUI_Shown void
GetPasswordHash string
InitializeComponent void
Start void
Stop void
buttonSave_Click void
checkBoxAutoconnect_CheckedChanged void
checkBoxAutostart_CheckedChanged void
closeToolStripMenuItem_Click void
cntlm_Exited void
connectToolStripMenuItem_Click void
notifyIconSysTray_DoubleClick void
showToolStripMenuItem_Click void
textBoxProxy_Validating void

Public Methods

Method Description
CntlmUI ( ) : System
SetAutoStart ( ) : void

Add to windows autostart.

UnSetAutoStart ( ) : void

Remove from windows autostart.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void
SetVisibleCore ( bool value ) : void

Private Methods

Method Description
CntlmUI_FormClosing ( object sender, FormClosingEventArgs e ) : void
CntlmUI_Shown ( object sender, EventArgs e ) : void
GetPasswordHash ( string plain ) : string
InitializeComponent ( ) : void

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

Start ( ) : void
Stop ( ) : void
buttonSave_Click ( object sender, EventArgs e ) : void
checkBoxAutoconnect_CheckedChanged ( object sender, EventArgs e ) : void
checkBoxAutostart_CheckedChanged ( object sender, EventArgs e ) : void
closeToolStripMenuItem_Click ( object sender, EventArgs e ) : void
cntlm_Exited ( object sender, EventArgs e ) : void
connectToolStripMenuItem_Click ( object sender, EventArgs e ) : void
notifyIconSysTray_DoubleClick ( object sender, EventArgs e ) : void
showToolStripMenuItem_Click ( object sender, EventArgs e ) : void
textBoxProxy_Validating ( object sender, CancelEventArgs e ) : void

Method Details

CntlmUI() public method

public CntlmUI ( ) : System
return System

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

OnFormClosing() protected method

protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs
return void

SetAutoStart() public method

Add to windows autostart.
public SetAutoStart ( ) : void
return void

SetVisibleCore() protected method

protected SetVisibleCore ( bool value ) : void
value bool
return void

UnSetAutoStart() public method

Remove from windows autostart.
public UnSetAutoStart ( ) : void
return void