C# Class NZBHags.MainGUI

Afficher le fichier Open project: maesse/NZBHags Class Usage Examples

Méthodes publiques

Свойство Type Description
logHandler LogHandler
logTextBox System.Windows.Forms.RichTextBox
openFileDialog1 System.Windows.Forms.OpenFileDialog
server NewsServer
timer1 System.Windows.Forms.Timer

Méthodes publiques

Méthode Description
LoadNZB ( string filename ) : void
LogString ( string log ) : void
MainGUI ( ) : System
OpenNzbFileDialog ( ) : void
UpdateSingleThreadInfo ( NNTPConnection conn ) : void
appendLog ( string str ) : void
decrQueue ( QueueControl control ) : void
incrQueue ( QueueControl control ) : void
remQueue ( QueueControl control ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Exit ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Layout ( object sender, LayoutEventArgs e ) : void
OpenNzbDialog ( object sender, EventArgs e ) : void
OpenSettingsForm ( object sender, EventArgs e ) : void
ResetStatus ( object sender, EventArgs e ) : void
Shutdown ( object sender, FormClosingEventArgs e ) : void
StatusConnect ( object sender, EventArgs e ) : void
StatusOpenFolder ( object sender, EventArgs e ) : void
StatusOpenNZB ( object sender, EventArgs e ) : void
UpdateConnUI ( object sender, EventArgs e ) : void
UpdateUI ( object sender, EventArgs e ) : void
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
toolStripButton1_Click ( object sender, EventArgs e ) : void
toolStripButton2_Click ( object sender, EventArgs e ) : void
toolStripButton3_Click ( object sender, EventArgs 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

LoadNZB() public méthode

public LoadNZB ( string filename ) : void
filename string
Résultat void

LogString() public méthode

public LogString ( string log ) : void
log string
Résultat void

MainGUI() public méthode

public MainGUI ( ) : System
Résultat System

OpenNzbFileDialog() public méthode

public OpenNzbFileDialog ( ) : void
Résultat void

UpdateSingleThreadInfo() public méthode

public UpdateSingleThreadInfo ( NNTPConnection conn ) : void
conn NNTPConnection
Résultat void

appendLog() public méthode

public appendLog ( string str ) : void
str string
Résultat void

decrQueue() public méthode

public decrQueue ( QueueControl control ) : void
control QueueControl
Résultat void

incrQueue() public méthode

public incrQueue ( QueueControl control ) : void
control QueueControl
Résultat void

remQueue() public méthode

public remQueue ( QueueControl control ) : void
control QueueControl
Résultat void

Property Details

logHandler public_oe property

public LogHandler logHandler
Résultat LogHandler

logTextBox public_oe property

public System.Windows.Forms.RichTextBox logTextBox
Résultat System.Windows.Forms.RichTextBox

openFileDialog1 public_oe property

public System.Windows.Forms.OpenFileDialog openFileDialog1
Résultat System.Windows.Forms.OpenFileDialog

server public_oe property

public NewsServer,NZBHags server
Résultat NewsServer

timer1 public_oe property

public System.Windows.Forms.Timer timer1
Résultat System.Windows.Forms.Timer