C# Class NzbSearcher.AutoDownloader_Control

Inheritance: System.Windows.Forms.UserControl, ICustomTabControl
Afficher le fichier Open project: Heimiko/NzbSearcher

Méthodes publiques

Méthode Description
AddToolbarItems ( ToolStripItemCollection col ) : void
AutoDownloader_Control ( ) : System
OnKeyPreview ( object sender, KeyEventArgs e ) : void
OnTabFocus ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AutoDownloader_AutoEpisodeChanged ( AutoEpisode ep, int ListIndex ) : void
AutoDownloader_Control_Load ( object sender, EventArgs e ) : void
AutoDownloader_Control_Resize ( object sender, EventArgs e ) : void
CheckEpisodeThread ( object ep ) : void
Config_Saving ( ) : void
InitializeComponent ( ) : void

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

NewAuto_EpisodeSaved ( frmAutoDownload frm, AutoEpisode ep ) : void
RefreshList ( ) : void
RefreshTimer_Tick ( object sender, EventArgs e ) : void
UpdateControls ( ) : void
UpdateControlsThread ( ) : void
cmdAdd_Click ( object sender, EventArgs e ) : void
cmdDelete_Click ( object sender, EventArgs e ) : void
lstAutoDownloads_KeyDown ( object sender, KeyEventArgs e ) : void
lstAutoDownloads_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
lstAutoDownloads_RetrieveVirtualItem ( object sender, System.Windows.Forms.RetrieveVirtualItemEventArgs e ) : void
lstAutoDownloads_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

AddToolbarItems() public méthode

public AddToolbarItems ( ToolStripItemCollection col ) : void
col System.Windows.Forms.ToolStripItemCollection
Résultat void

AutoDownloader_Control() public méthode

public AutoDownloader_Control ( ) : System
Résultat System

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

OnKeyPreview() public méthode

public OnKeyPreview ( object sender, KeyEventArgs e ) : void
sender object
e System.Windows.Forms.KeyEventArgs
Résultat void

OnTabFocus() public méthode

public OnTabFocus ( ) : void
Résultat void