C# Class NzbSearcher.frmMain

Afficher le fichier Open project: Heimiko/NzbSearcher Class Usage Examples

Méthodes publiques

Méthode Description
Init ( ) : void

MUST call this func before activating it!

SetStatus ( string Status ) : void
ShowHideForm ( bool bShow ) : void
frmMain ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddCustomTabControl ( ICustomTabControl TabCtrl ) : void
CheckForNewVersion ( ) : void
Config_Saving ( ) : void
DoCheckForNewVersion ( ) : void
InitializeComponent ( ) : void

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

MainTabControl_ItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void
SABnzbd_StatusUpdated ( SABnzbdStatus status ) : void
UpdateControls ( ) : void
UpdateToolStripButtons ( ToolStrip toolStrip, bool ShowButtonText ) : void
WatchListItem_DoubleClick ( WatchListItem item ) : void
_VersionCheckTimer_Tick ( object sender, EventArgs e ) : void
cmdConfig_Click ( object sender, EventArgs e ) : void
cmdHelp_Click ( object sender, EventArgs e ) : void
cmdWatchList_Click ( object sender, EventArgs e ) : void
frmMain_Activated ( object sender, EventArgs e ) : void
frmMain_FormClosing ( object sender, FormClosingEventArgs e ) : void
frmMain_KeyUp ( object sender, KeyEventArgs e ) : void
frmMain_Load ( object sender, EventArgs e ) : void
frmMain_LocationChanged ( object sender, EventArgs e ) : void
frmMain_Resize ( object sender, EventArgs e ) : void
lblLimit_DropDownClosed ( object sender, EventArgs e ) : void
lblLimit_DropDownItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void
lblLimit_DropDownOpened ( object sender, EventArgs e ) : void
lblLimit_DropDownOpening ( object sender, EventArgs e ) : void
mnuTrayExit_Click ( object sender, EventArgs e ) : void
mnuTrayShow_Click ( object sender, EventArgs e ) : void
notifyIcon1_MouseClick ( object sender, MouseEventArgs e ) : void
notifyIcon1_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
txtSpeedLimit_KeyPress ( object sender, KeyPressEventArgs e ) : void

Method Details

Dispose() protected méthode

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

Init() public méthode

MUST call this func before activating it!
public Init ( ) : void
Résultat void

SetStatus() public méthode

public SetStatus ( string Status ) : void
Status string
Résultat void

ShowHideForm() public méthode

public ShowHideForm ( bool bShow ) : void
bShow bool
Résultat void

frmMain() public méthode

public frmMain ( ) : System
Résultat System