C# Class TuningHostProject.TuningForm

Afficher le fichier Open project: noahsw/highlight-hunter Class Usage Examples

Méthodes publiques

Свойство Type Description
LogDirectory DirectoryInfo
MDelegateThreadCancelled DelegateThreadCancelled
MDelegateThreadFinished DelegateThreadFinished

Méthodes publiques

Méthode Description
GetTuningPath ( ) : FileInfo
InputBox ( string title, string promptText, string &value ) : DialogResult
ScanCancelled ( ) : void
ScanFinished ( ) : void
TuningForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

LoadThresholdSettings ( ) : void
PopulateThresholdSetupComboBoxes ( ) : void
ProgressTimer_Tick ( object sender, EventArgs e ) : void
ResetButton_Click ( object sender, EventArgs e ) : void
RunButton_Click ( object sender, EventArgs e ) : void
SetThresholdSetupComboBoxesEnableValue ( bool value ) : void
TestButton_Click ( object sender, EventArgs e ) : void
ThresholdSetupValuesChanged ( object sender, EventArgs e ) : void
TrimButton_Click ( object sender, EventArgs e ) : void
TuningForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
TuningForm_Load ( object sender, EventArgs e ) : void
TuningResultsDirectoryBrowseButton_Click ( object sender, EventArgs e ) : void
TuningResultsDirectoryTextBox_Leave ( object sender, EventArgs e ) : void
UpdateLabels ( ) : void
UpdateTotalPassesCount ( ) : 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

GetTuningPath() public méthode

public GetTuningPath ( ) : FileInfo
Résultat FileInfo

InputBox() public static méthode

public static InputBox ( string title, string promptText, string &value ) : DialogResult
title string
promptText string
value string
Résultat DialogResult

ScanCancelled() public méthode

public ScanCancelled ( ) : void
Résultat void

ScanFinished() public méthode

public ScanFinished ( ) : void
Résultat void

TuningForm() public méthode

public TuningForm ( ) : System
Résultat System

Property Details

LogDirectory public_oe property

public DirectoryInfo LogDirectory
Résultat DirectoryInfo

MDelegateThreadCancelled public_oe property

public DelegateThreadCancelled MDelegateThreadCancelled
Résultat DelegateThreadCancelled

MDelegateThreadFinished public_oe property

public DelegateThreadFinished MDelegateThreadFinished
Résultat DelegateThreadFinished