C# Класс TBID.MainForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
MainForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
ButtonAbout_Click ( object sender, EventArgs e ) : void
ButtonBrowse_Click ( object sender, EventArgs e ) : void
ButtonStart_Click ( object sender, EventArgs e ) : void
CleanupThreads ( ) : void
Download ( ) : void
GetFilename ( string url ) : string
GetTags ( ) : string
InitializeComponent ( ) : void

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

InitializeFormClosingEvents ( ) : void
InitializeNotifyIcon ( ) : void
IsExistingUrl ( string url ) : bool
IsValidUrl ( string url ) : bool
MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
ModifyControls ( bool enabled ) : void
Notify ( int duration, string message, ToolTipIcon icon ) : void

Creates a notification in the system tray from the notify icon.

Scrape ( ) : void
SetProgress ( int value ) : void
SetProgress ( ulong downloaded, ulong total ) : void
UpdateStatus ( string status ) : void
WebClient_DownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

MainForm() публичный Метод

public MainForm ( ) : System
Результат System