C# Class NzbSearcher.AutoDownloader_Control

Inheritance: System.Windows.Forms.UserControl, ICustomTabControl
Show file Open project: Heimiko/NzbSearcher

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public AddToolbarItems ( ToolStripItemCollection col ) : void
col System.Windows.Forms.ToolStripItemCollection
return void

AutoDownloader_Control() public method

public AutoDownloader_Control ( ) : 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

OnKeyPreview() public method

public OnKeyPreview ( object sender, KeyEventArgs e ) : void
sender object
e System.Windows.Forms.KeyEventArgs
return void

OnTabFocus() public method

public OnTabFocus ( ) : void
return void